Name | Type | Description | Notes |
---|---|---|---|
PkiEzsigntemplateformfieldgroupsignerID | int32 | The unique ID of the Ezsigntemplateformfieldgroupsigner | |
FkiEzsigntemplatesignerID | int32 | The unique ID of the Ezsigntemplatesigner |
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
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
func (o *EzsigntemplateformfieldgroupsignerResponseCompound) GetPkiEzsigntemplateformfieldgroupsignerID() int32
GetPkiEzsigntemplateformfieldgroupsignerID returns the PkiEzsigntemplateformfieldgroupsignerID field if non-nil, zero value otherwise.
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.
func (o *EzsigntemplateformfieldgroupsignerResponseCompound) SetPkiEzsigntemplateformfieldgroupsignerID(v int32)
SetPkiEzsigntemplateformfieldgroupsignerID sets PkiEzsigntemplateformfieldgroupsignerID field to given value.
func (o *EzsigntemplateformfieldgroupsignerResponseCompound) GetFkiEzsigntemplatesignerID() int32
GetFkiEzsigntemplatesignerID returns the FkiEzsigntemplatesignerID field if non-nil, zero value otherwise.
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.
func (o *EzsigntemplateformfieldgroupsignerResponseCompound) SetFkiEzsigntemplatesignerID(v int32)
SetFkiEzsigntemplatesignerID sets FkiEzsigntemplatesignerID field to given value.