Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.79 KB

EzsigndocumentApplyEzsigntemplateV2Request.md

File metadata and controls

93 lines (50 loc) · 3.79 KB

EzsigndocumentApplyEzsigntemplateV2Request

Properties

Name Type Description Notes
FkiEzsigntemplateID int32 The unique ID of the Ezsigntemplate
ASEzsigntemplatesigner []string
APkiEzsignfoldersignerassociationID []int32

Methods

NewEzsigndocumentApplyEzsigntemplateV2Request

func NewEzsigndocumentApplyEzsigntemplateV2Request(fkiEzsigntemplateID int32, aSEzsigntemplatesigner []string, aPkiEzsignfoldersignerassociationID []int32, ) *EzsigndocumentApplyEzsigntemplateV2Request

NewEzsigndocumentApplyEzsigntemplateV2Request instantiates a new EzsigndocumentApplyEzsigntemplateV2Request 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

NewEzsigndocumentApplyEzsigntemplateV2RequestWithDefaults

func NewEzsigndocumentApplyEzsigntemplateV2RequestWithDefaults() *EzsigndocumentApplyEzsigntemplateV2Request

NewEzsigndocumentApplyEzsigntemplateV2RequestWithDefaults instantiates a new EzsigndocumentApplyEzsigntemplateV2Request 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

GetFkiEzsigntemplateID

func (o *EzsigndocumentApplyEzsigntemplateV2Request) GetFkiEzsigntemplateID() int32

GetFkiEzsigntemplateID returns the FkiEzsigntemplateID field if non-nil, zero value otherwise.

GetFkiEzsigntemplateIDOk

func (o *EzsigndocumentApplyEzsigntemplateV2Request) 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.

SetFkiEzsigntemplateID

func (o *EzsigndocumentApplyEzsigntemplateV2Request) SetFkiEzsigntemplateID(v int32)

SetFkiEzsigntemplateID sets FkiEzsigntemplateID field to given value.

GetASEzsigntemplatesigner

func (o *EzsigndocumentApplyEzsigntemplateV2Request) GetASEzsigntemplatesigner() []string

GetASEzsigntemplatesigner returns the ASEzsigntemplatesigner field if non-nil, zero value otherwise.

GetASEzsigntemplatesignerOk

func (o *EzsigndocumentApplyEzsigntemplateV2Request) GetASEzsigntemplatesignerOk() (*[]string, bool)

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

SetASEzsigntemplatesigner

func (o *EzsigndocumentApplyEzsigntemplateV2Request) SetASEzsigntemplatesigner(v []string)

SetASEzsigntemplatesigner sets ASEzsigntemplatesigner field to given value.

GetAPkiEzsignfoldersignerassociationID

func (o *EzsigndocumentApplyEzsigntemplateV2Request) GetAPkiEzsignfoldersignerassociationID() []int32

GetAPkiEzsignfoldersignerassociationID returns the APkiEzsignfoldersignerassociationID field if non-nil, zero value otherwise.

GetAPkiEzsignfoldersignerassociationIDOk

func (o *EzsigndocumentApplyEzsigntemplateV2Request) GetAPkiEzsignfoldersignerassociationIDOk() (*[]int32, bool)

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

SetAPkiEzsignfoldersignerassociationID

func (o *EzsigndocumentApplyEzsigntemplateV2Request) SetAPkiEzsignfoldersignerassociationID(v []int32)

SetAPkiEzsignfoldersignerassociationID sets APkiEzsignfoldersignerassociationID field to given value.

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