Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 4.15 KB

EzsignSuggestTemplatesV1ResponseMPayload.md

File metadata and controls

93 lines (50 loc) · 4.15 KB

EzsignSuggestTemplatesV1ResponseMPayload

Properties

Name Type Description Notes
AObjEzsigntemplate []EzsigntemplateResponseCompound
AObjEzsigntemplatepackage []EzsigntemplatepackageResponseCompound
AObjEzsigntemplateglobal []EzsigntemplateglobalResponseCompound

Methods

NewEzsignSuggestTemplatesV1ResponseMPayload

func NewEzsignSuggestTemplatesV1ResponseMPayload(aObjEzsigntemplate []EzsigntemplateResponseCompound, aObjEzsigntemplatepackage []EzsigntemplatepackageResponseCompound, aObjEzsigntemplateglobal []EzsigntemplateglobalResponseCompound, ) *EzsignSuggestTemplatesV1ResponseMPayload

NewEzsignSuggestTemplatesV1ResponseMPayload instantiates a new EzsignSuggestTemplatesV1ResponseMPayload 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

NewEzsignSuggestTemplatesV1ResponseMPayloadWithDefaults

func NewEzsignSuggestTemplatesV1ResponseMPayloadWithDefaults() *EzsignSuggestTemplatesV1ResponseMPayload

NewEzsignSuggestTemplatesV1ResponseMPayloadWithDefaults instantiates a new EzsignSuggestTemplatesV1ResponseMPayload 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 *EzsignSuggestTemplatesV1ResponseMPayload) GetAObjEzsigntemplate() []EzsigntemplateResponseCompound

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

GetAObjEzsigntemplateOk

func (o *EzsignSuggestTemplatesV1ResponseMPayload) GetAObjEzsigntemplateOk() (*[]EzsigntemplateResponseCompound, 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 *EzsignSuggestTemplatesV1ResponseMPayload) SetAObjEzsigntemplate(v []EzsigntemplateResponseCompound)

SetAObjEzsigntemplate sets AObjEzsigntemplate field to given value.

GetAObjEzsigntemplatepackage

func (o *EzsignSuggestTemplatesV1ResponseMPayload) GetAObjEzsigntemplatepackage() []EzsigntemplatepackageResponseCompound

GetAObjEzsigntemplatepackage returns the AObjEzsigntemplatepackage field if non-nil, zero value otherwise.

GetAObjEzsigntemplatepackageOk

func (o *EzsignSuggestTemplatesV1ResponseMPayload) GetAObjEzsigntemplatepackageOk() (*[]EzsigntemplatepackageResponseCompound, bool)

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

SetAObjEzsigntemplatepackage

func (o *EzsignSuggestTemplatesV1ResponseMPayload) SetAObjEzsigntemplatepackage(v []EzsigntemplatepackageResponseCompound)

SetAObjEzsigntemplatepackage sets AObjEzsigntemplatepackage field to given value.

GetAObjEzsigntemplateglobal

func (o *EzsignSuggestTemplatesV1ResponseMPayload) GetAObjEzsigntemplateglobal() []EzsigntemplateglobalResponseCompound

GetAObjEzsigntemplateglobal returns the AObjEzsigntemplateglobal field if non-nil, zero value otherwise.

GetAObjEzsigntemplateglobalOk

func (o *EzsignSuggestTemplatesV1ResponseMPayload) GetAObjEzsigntemplateglobalOk() (*[]EzsigntemplateglobalResponseCompound, bool)

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

SetAObjEzsigntemplateglobal

func (o *EzsignSuggestTemplatesV1ResponseMPayload) SetAObjEzsigntemplateglobal(v []EzsigntemplateglobalResponseCompound)

SetAObjEzsigntemplateglobal sets AObjEzsigntemplateglobal field to given value.

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