Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 3.31 KB

EzsigntemplateformfieldgroupsignerResponseCompound.md

File metadata and controls

72 lines (39 loc) · 3.31 KB

EzsigntemplateformfieldgroupsignerResponseCompound

Properties

Name Type Description Notes
PkiEzsigntemplateformfieldgroupsignerID int32 The unique ID of the Ezsigntemplateformfieldgroupsigner
FkiEzsigntemplatesignerID int32 The unique ID of the Ezsigntemplatesigner

Methods

NewEzsigntemplateformfieldgroupsignerResponseCompound

func NewEzsigntemplateformfieldgroupsignerResponseCompound(pkiEzsigntemplateformfieldgroupsignerID int32, fkiEzsigntemplatesignerID int32, ) *EzsigntemplateformfieldgroupsignerResponseCompound

NewEzsigntemplateformfieldgroupsignerResponseCompound instantiates a new EzsigntemplateformfieldgroupsignerResponseCompound 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

NewEzsigntemplateformfieldgroupsignerResponseCompoundWithDefaults

func NewEzsigntemplateformfieldgroupsignerResponseCompoundWithDefaults() *EzsigntemplateformfieldgroupsignerResponseCompound

NewEzsigntemplateformfieldgroupsignerResponseCompoundWithDefaults instantiates a new EzsigntemplateformfieldgroupsignerResponseCompound 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

GetPkiEzsigntemplateformfieldgroupsignerID

func (o *EzsigntemplateformfieldgroupsignerResponseCompound) GetPkiEzsigntemplateformfieldgroupsignerID() int32

GetPkiEzsigntemplateformfieldgroupsignerID returns the PkiEzsigntemplateformfieldgroupsignerID field if non-nil, zero value otherwise.

GetPkiEzsigntemplateformfieldgroupsignerIDOk

func (o *EzsigntemplateformfieldgroupsignerResponseCompound) GetPkiEzsigntemplateformfieldgroupsignerIDOk() (*int32, bool)

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

SetPkiEzsigntemplateformfieldgroupsignerID

func (o *EzsigntemplateformfieldgroupsignerResponseCompound) SetPkiEzsigntemplateformfieldgroupsignerID(v int32)

SetPkiEzsigntemplateformfieldgroupsignerID sets PkiEzsigntemplateformfieldgroupsignerID field to given value.

GetFkiEzsigntemplatesignerID

func (o *EzsigntemplateformfieldgroupsignerResponseCompound) GetFkiEzsigntemplatesignerID() int32

GetFkiEzsigntemplatesignerID returns the FkiEzsigntemplatesignerID field if non-nil, zero value otherwise.

GetFkiEzsigntemplatesignerIDOk

func (o *EzsigntemplateformfieldgroupsignerResponseCompound) GetFkiEzsigntemplatesignerIDOk() (*int32, bool)

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

SetFkiEzsigntemplatesignerID

func (o *EzsigntemplateformfieldgroupsignerResponseCompound) SetFkiEzsigntemplatesignerID(v int32)

SetFkiEzsigntemplatesignerID sets FkiEzsigntemplatesignerID field to given value.

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