Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.05 KB

EzsigntemplateCreateObjectV2Request.md

File metadata and controls

51 lines (28 loc) · 2.05 KB

EzsigntemplateCreateObjectV2Request

Properties

Name Type Description Notes
AObjEzsigntemplate []EzsigntemplateRequestCompoundV2

Methods

NewEzsigntemplateCreateObjectV2Request

func NewEzsigntemplateCreateObjectV2Request(aObjEzsigntemplate []EzsigntemplateRequestCompoundV2, ) *EzsigntemplateCreateObjectV2Request

NewEzsigntemplateCreateObjectV2Request instantiates a new EzsigntemplateCreateObjectV2Request 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

NewEzsigntemplateCreateObjectV2RequestWithDefaults

func NewEzsigntemplateCreateObjectV2RequestWithDefaults() *EzsigntemplateCreateObjectV2Request

NewEzsigntemplateCreateObjectV2RequestWithDefaults instantiates a new EzsigntemplateCreateObjectV2Request 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

GetAObjEzsigntemplate

func (o *EzsigntemplateCreateObjectV2Request) GetAObjEzsigntemplate() []EzsigntemplateRequestCompoundV2

GetAObjEzsigntemplate returns the AObjEzsigntemplate field if non-nil, zero value otherwise.

GetAObjEzsigntemplateOk

func (o *EzsigntemplateCreateObjectV2Request) GetAObjEzsigntemplateOk() (*[]EzsigntemplateRequestCompoundV2, bool)

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

SetAObjEzsigntemplate

func (o *EzsigntemplateCreateObjectV2Request) SetAObjEzsigntemplate(v []EzsigntemplateRequestCompoundV2)

SetAObjEzsigntemplate sets AObjEzsigntemplate field to given value.

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