Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 4.21 KB

EzsigntemplatepackagemembershipRequestCompound.md

File metadata and controls

98 lines (53 loc) · 4.21 KB

EzsigntemplatepackagemembershipRequestCompound

Properties

Name Type Description Notes
PkiEzsigntemplatepackagemembershipID Pointer to int32 The unique ID of the Ezsigntemplatepackagemembership [optional]
FkiEzsigntemplatepackageID int32 The unique ID of the Ezsigntemplatepackage
FkiEzsigntemplateID int32 The unique ID of the Ezsigntemplate

Methods

NewEzsigntemplatepackagemembershipRequestCompound

func NewEzsigntemplatepackagemembershipRequestCompound(fkiEzsigntemplatepackageID int32, fkiEzsigntemplateID int32, ) *EzsigntemplatepackagemembershipRequestCompound

NewEzsigntemplatepackagemembershipRequestCompound instantiates a new EzsigntemplatepackagemembershipRequestCompound object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewEzsigntemplatepackagemembershipRequestCompoundWithDefaults

func NewEzsigntemplatepackagemembershipRequestCompoundWithDefaults() *EzsigntemplatepackagemembershipRequestCompound

NewEzsigntemplatepackagemembershipRequestCompoundWithDefaults instantiates a new EzsigntemplatepackagemembershipRequestCompound object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetPkiEzsigntemplatepackagemembershipID

func (o *EzsigntemplatepackagemembershipRequestCompound) GetPkiEzsigntemplatepackagemembershipID() int32

GetPkiEzsigntemplatepackagemembershipID returns the PkiEzsigntemplatepackagemembershipID field if non-nil, zero value otherwise.

GetPkiEzsigntemplatepackagemembershipIDOk

func (o *EzsigntemplatepackagemembershipRequestCompound) GetPkiEzsigntemplatepackagemembershipIDOk() (*int32, bool)

GetPkiEzsigntemplatepackagemembershipIDOk returns a tuple with the PkiEzsigntemplatepackagemembershipID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPkiEzsigntemplatepackagemembershipID

func (o *EzsigntemplatepackagemembershipRequestCompound) SetPkiEzsigntemplatepackagemembershipID(v int32)

SetPkiEzsigntemplatepackagemembershipID sets PkiEzsigntemplatepackagemembershipID field to given value.

HasPkiEzsigntemplatepackagemembershipID

func (o *EzsigntemplatepackagemembershipRequestCompound) HasPkiEzsigntemplatepackagemembershipID() bool

HasPkiEzsigntemplatepackagemembershipID returns a boolean if a field has been set.

GetFkiEzsigntemplatepackageID

func (o *EzsigntemplatepackagemembershipRequestCompound) GetFkiEzsigntemplatepackageID() int32

GetFkiEzsigntemplatepackageID returns the FkiEzsigntemplatepackageID field if non-nil, zero value otherwise.

GetFkiEzsigntemplatepackageIDOk

func (o *EzsigntemplatepackagemembershipRequestCompound) GetFkiEzsigntemplatepackageIDOk() (*int32, bool)

GetFkiEzsigntemplatepackageIDOk returns a tuple with the FkiEzsigntemplatepackageID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFkiEzsigntemplatepackageID

func (o *EzsigntemplatepackagemembershipRequestCompound) SetFkiEzsigntemplatepackageID(v int32)

SetFkiEzsigntemplatepackageID sets FkiEzsigntemplatepackageID field to given value.

GetFkiEzsigntemplateID

func (o *EzsigntemplatepackagemembershipRequestCompound) GetFkiEzsigntemplateID() int32

GetFkiEzsigntemplateID returns the FkiEzsigntemplateID field if non-nil, zero value otherwise.

GetFkiEzsigntemplateIDOk

func (o *EzsigntemplatepackagemembershipRequestCompound) GetFkiEzsigntemplateIDOk() (*int32, bool)

GetFkiEzsigntemplateIDOk returns a tuple with the FkiEzsigntemplateID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFkiEzsigntemplateID

func (o *EzsigntemplatepackagemembershipRequestCompound) SetFkiEzsigntemplateID(v int32)

SetFkiEzsigntemplateID sets FkiEzsigntemplateID field to given value.

[Back to Model list] [Back to API list] [Back to README]