Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.11 KB

EzsignfoldertypeCreateObjectV2Request.md

File metadata and controls

51 lines (28 loc) · 2.11 KB

EzsignfoldertypeCreateObjectV2Request

Properties

Name Type Description Notes
AObjEzsignfoldertype []EzsignfoldertypeRequestCompoundV2

Methods

NewEzsignfoldertypeCreateObjectV2Request

func NewEzsignfoldertypeCreateObjectV2Request(aObjEzsignfoldertype []EzsignfoldertypeRequestCompoundV2, ) *EzsignfoldertypeCreateObjectV2Request

NewEzsignfoldertypeCreateObjectV2Request instantiates a new EzsignfoldertypeCreateObjectV2Request 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

NewEzsignfoldertypeCreateObjectV2RequestWithDefaults

func NewEzsignfoldertypeCreateObjectV2RequestWithDefaults() *EzsignfoldertypeCreateObjectV2Request

NewEzsignfoldertypeCreateObjectV2RequestWithDefaults instantiates a new EzsignfoldertypeCreateObjectV2Request 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

GetAObjEzsignfoldertype

func (o *EzsignfoldertypeCreateObjectV2Request) GetAObjEzsignfoldertype() []EzsignfoldertypeRequestCompoundV2

GetAObjEzsignfoldertype returns the AObjEzsignfoldertype field if non-nil, zero value otherwise.

GetAObjEzsignfoldertypeOk

func (o *EzsignfoldertypeCreateObjectV2Request) GetAObjEzsignfoldertypeOk() (*[]EzsignfoldertypeRequestCompoundV2, bool)

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

SetAObjEzsignfoldertype

func (o *EzsignfoldertypeCreateObjectV2Request) SetAObjEzsignfoldertype(v []EzsignfoldertypeRequestCompoundV2)

SetAObjEzsignfoldertype sets AObjEzsignfoldertype field to given value.

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