Skip to content

Latest commit

 

History

History
155 lines (84 loc) · 5.79 KB

EzsignsignergroupmembershipRequestCompound.md

File metadata and controls

155 lines (84 loc) · 5.79 KB

EzsignsignergroupmembershipRequestCompound

Properties

Name Type Description Notes
PkiEzsignsignergroupmembershipID Pointer to int32 The unique ID of the Ezsignsignergroupmembership [optional]
FkiEzsignsignergroupID int32 The unique ID of the Ezsignsignergroup
FkiEzsignsignerID Pointer to int32 The unique ID of the Ezsignsigner [optional]
FkiUserID Pointer to int32 The unique ID of the User [optional]
FkiUsergroupID Pointer to int32 The unique ID of the Usergroup [optional]

Methods

NewEzsignsignergroupmembershipRequestCompound

func NewEzsignsignergroupmembershipRequestCompound(fkiEzsignsignergroupID int32, ) *EzsignsignergroupmembershipRequestCompound

NewEzsignsignergroupmembershipRequestCompound instantiates a new EzsignsignergroupmembershipRequestCompound 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

NewEzsignsignergroupmembershipRequestCompoundWithDefaults

func NewEzsignsignergroupmembershipRequestCompoundWithDefaults() *EzsignsignergroupmembershipRequestCompound

NewEzsignsignergroupmembershipRequestCompoundWithDefaults instantiates a new EzsignsignergroupmembershipRequestCompound 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

GetPkiEzsignsignergroupmembershipID

func (o *EzsignsignergroupmembershipRequestCompound) GetPkiEzsignsignergroupmembershipID() int32

GetPkiEzsignsignergroupmembershipID returns the PkiEzsignsignergroupmembershipID field if non-nil, zero value otherwise.

GetPkiEzsignsignergroupmembershipIDOk

func (o *EzsignsignergroupmembershipRequestCompound) GetPkiEzsignsignergroupmembershipIDOk() (*int32, bool)

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

SetPkiEzsignsignergroupmembershipID

func (o *EzsignsignergroupmembershipRequestCompound) SetPkiEzsignsignergroupmembershipID(v int32)

SetPkiEzsignsignergroupmembershipID sets PkiEzsignsignergroupmembershipID field to given value.

HasPkiEzsignsignergroupmembershipID

func (o *EzsignsignergroupmembershipRequestCompound) HasPkiEzsignsignergroupmembershipID() bool

HasPkiEzsignsignergroupmembershipID returns a boolean if a field has been set.

GetFkiEzsignsignergroupID

func (o *EzsignsignergroupmembershipRequestCompound) GetFkiEzsignsignergroupID() int32

GetFkiEzsignsignergroupID returns the FkiEzsignsignergroupID field if non-nil, zero value otherwise.

GetFkiEzsignsignergroupIDOk

func (o *EzsignsignergroupmembershipRequestCompound) GetFkiEzsignsignergroupIDOk() (*int32, bool)

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

SetFkiEzsignsignergroupID

func (o *EzsignsignergroupmembershipRequestCompound) SetFkiEzsignsignergroupID(v int32)

SetFkiEzsignsignergroupID sets FkiEzsignsignergroupID field to given value.

GetFkiEzsignsignerID

func (o *EzsignsignergroupmembershipRequestCompound) GetFkiEzsignsignerID() int32

GetFkiEzsignsignerID returns the FkiEzsignsignerID field if non-nil, zero value otherwise.

GetFkiEzsignsignerIDOk

func (o *EzsignsignergroupmembershipRequestCompound) GetFkiEzsignsignerIDOk() (*int32, bool)

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

SetFkiEzsignsignerID

func (o *EzsignsignergroupmembershipRequestCompound) SetFkiEzsignsignerID(v int32)

SetFkiEzsignsignerID sets FkiEzsignsignerID field to given value.

HasFkiEzsignsignerID

func (o *EzsignsignergroupmembershipRequestCompound) HasFkiEzsignsignerID() bool

HasFkiEzsignsignerID returns a boolean if a field has been set.

GetFkiUserID

func (o *EzsignsignergroupmembershipRequestCompound) GetFkiUserID() int32

GetFkiUserID returns the FkiUserID field if non-nil, zero value otherwise.

GetFkiUserIDOk

func (o *EzsignsignergroupmembershipRequestCompound) GetFkiUserIDOk() (*int32, bool)

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

SetFkiUserID

func (o *EzsignsignergroupmembershipRequestCompound) SetFkiUserID(v int32)

SetFkiUserID sets FkiUserID field to given value.

HasFkiUserID

func (o *EzsignsignergroupmembershipRequestCompound) HasFkiUserID() bool

HasFkiUserID returns a boolean if a field has been set.

GetFkiUsergroupID

func (o *EzsignsignergroupmembershipRequestCompound) GetFkiUsergroupID() int32

GetFkiUsergroupID returns the FkiUsergroupID field if non-nil, zero value otherwise.

GetFkiUsergroupIDOk

func (o *EzsignsignergroupmembershipRequestCompound) GetFkiUsergroupIDOk() (*int32, bool)

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

SetFkiUsergroupID

func (o *EzsignsignergroupmembershipRequestCompound) SetFkiUsergroupID(v int32)

SetFkiUsergroupID sets FkiUsergroupID field to given value.

HasFkiUsergroupID

func (o *EzsignsignergroupmembershipRequestCompound) HasFkiUsergroupID() bool

HasFkiUsergroupID returns a boolean if a field has been set.

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