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 |
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
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
func (o *EzsigntemplatepackagemembershipRequestCompound) GetPkiEzsigntemplatepackagemembershipID() int32
GetPkiEzsigntemplatepackagemembershipID returns the PkiEzsigntemplatepackagemembershipID field if non-nil, zero value otherwise.
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.
func (o *EzsigntemplatepackagemembershipRequestCompound) SetPkiEzsigntemplatepackagemembershipID(v int32)
SetPkiEzsigntemplatepackagemembershipID sets PkiEzsigntemplatepackagemembershipID field to given value.
func (o *EzsigntemplatepackagemembershipRequestCompound) HasPkiEzsigntemplatepackagemembershipID() bool
HasPkiEzsigntemplatepackagemembershipID returns a boolean if a field has been set.
func (o *EzsigntemplatepackagemembershipRequestCompound) GetFkiEzsigntemplatepackageID() int32
GetFkiEzsigntemplatepackageID returns the FkiEzsigntemplatepackageID field if non-nil, zero value otherwise.
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.
func (o *EzsigntemplatepackagemembershipRequestCompound) SetFkiEzsigntemplatepackageID(v int32)
SetFkiEzsigntemplatepackageID sets FkiEzsigntemplatepackageID field to given value.
func (o *EzsigntemplatepackagemembershipRequestCompound) GetFkiEzsigntemplateID() int32
GetFkiEzsigntemplateID returns the FkiEzsigntemplateID field if non-nil, zero value otherwise.
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.
func (o *EzsigntemplatepackagemembershipRequestCompound) SetFkiEzsigntemplateID(v int32)
SetFkiEzsigntemplateID sets FkiEzsigntemplateID field to given value.