Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.04 KB

EzsigndocumentCreateObjectV2Request.md

File metadata and controls

51 lines (28 loc) · 2.04 KB

EzsigndocumentCreateObjectV2Request

Properties

Name Type Description Notes
AObjEzsigndocument []EzsigndocumentRequestCompound

Methods

NewEzsigndocumentCreateObjectV2Request

func NewEzsigndocumentCreateObjectV2Request(aObjEzsigndocument []EzsigndocumentRequestCompound, ) *EzsigndocumentCreateObjectV2Request

NewEzsigndocumentCreateObjectV2Request instantiates a new EzsigndocumentCreateObjectV2Request 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

NewEzsigndocumentCreateObjectV2RequestWithDefaults

func NewEzsigndocumentCreateObjectV2RequestWithDefaults() *EzsigndocumentCreateObjectV2Request

NewEzsigndocumentCreateObjectV2RequestWithDefaults instantiates a new EzsigndocumentCreateObjectV2Request 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

GetAObjEzsigndocument

func (o *EzsigndocumentCreateObjectV2Request) GetAObjEzsigndocument() []EzsigndocumentRequestCompound

GetAObjEzsigndocument returns the AObjEzsigndocument field if non-nil, zero value otherwise.

GetAObjEzsigndocumentOk

func (o *EzsigndocumentCreateObjectV2Request) GetAObjEzsigndocumentOk() (*[]EzsigndocumentRequestCompound, bool)

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

SetAObjEzsigndocument

func (o *EzsigndocumentCreateObjectV2Request) SetAObjEzsigndocument(v []EzsigndocumentRequestCompound)

SetAObjEzsigndocument sets AObjEzsigndocument field to given value.

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