Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 3.37 KB

EzsigntemplateformfieldgroupsignerRequest.md

File metadata and controls

77 lines (42 loc) · 3.37 KB

EzsigntemplateformfieldgroupsignerRequest

Properties

Name Type Description Notes
PkiEzsigntemplateformfieldgroupsignerID Pointer to int32 The unique ID of the Ezsigntemplateformfieldgroupsigner [optional]
FkiEzsigntemplatesignerID int32 The unique ID of the Ezsigntemplatesigner

Methods

NewEzsigntemplateformfieldgroupsignerRequest

func NewEzsigntemplateformfieldgroupsignerRequest(fkiEzsigntemplatesignerID int32, ) *EzsigntemplateformfieldgroupsignerRequest

NewEzsigntemplateformfieldgroupsignerRequest instantiates a new EzsigntemplateformfieldgroupsignerRequest 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

NewEzsigntemplateformfieldgroupsignerRequestWithDefaults

func NewEzsigntemplateformfieldgroupsignerRequestWithDefaults() *EzsigntemplateformfieldgroupsignerRequest

NewEzsigntemplateformfieldgroupsignerRequestWithDefaults instantiates a new EzsigntemplateformfieldgroupsignerRequest 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 *EzsigntemplateformfieldgroupsignerRequest) GetPkiEzsigntemplateformfieldgroupsignerID() int32

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

GetPkiEzsigntemplateformfieldgroupsignerIDOk

func (o *EzsigntemplateformfieldgroupsignerRequest) 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 *EzsigntemplateformfieldgroupsignerRequest) SetPkiEzsigntemplateformfieldgroupsignerID(v int32)

SetPkiEzsigntemplateformfieldgroupsignerID sets PkiEzsigntemplateformfieldgroupsignerID field to given value.

HasPkiEzsigntemplateformfieldgroupsignerID

func (o *EzsigntemplateformfieldgroupsignerRequest) HasPkiEzsigntemplateformfieldgroupsignerID() bool

HasPkiEzsigntemplateformfieldgroupsignerID returns a boolean if a field has been set.

GetFkiEzsigntemplatesignerID

func (o *EzsigntemplateformfieldgroupsignerRequest) GetFkiEzsigntemplatesignerID() int32

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

GetFkiEzsigntemplatesignerIDOk

func (o *EzsigntemplateformfieldgroupsignerRequest) 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 *EzsigntemplateformfieldgroupsignerRequest) SetFkiEzsigntemplatesignerID(v int32)

SetFkiEzsigntemplatesignerID sets FkiEzsigntemplatesignerID field to given value.

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