Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.07 KB

EzsigndocumentGetEzsignpagesV1ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.07 KB

EzsigndocumentGetEzsignpagesV1ResponseMPayload

Properties

Name Type Description Notes
AObjEzsignpage []EzsignpageResponse

Methods

NewEzsigndocumentGetEzsignpagesV1ResponseMPayload

func NewEzsigndocumentGetEzsignpagesV1ResponseMPayload(aObjEzsignpage []EzsignpageResponse, ) *EzsigndocumentGetEzsignpagesV1ResponseMPayload

NewEzsigndocumentGetEzsignpagesV1ResponseMPayload instantiates a new EzsigndocumentGetEzsignpagesV1ResponseMPayload 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

NewEzsigndocumentGetEzsignpagesV1ResponseMPayloadWithDefaults

func NewEzsigndocumentGetEzsignpagesV1ResponseMPayloadWithDefaults() *EzsigndocumentGetEzsignpagesV1ResponseMPayload

NewEzsigndocumentGetEzsignpagesV1ResponseMPayloadWithDefaults instantiates a new EzsigndocumentGetEzsignpagesV1ResponseMPayload 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

GetAObjEzsignpage

func (o *EzsigndocumentGetEzsignpagesV1ResponseMPayload) GetAObjEzsignpage() []EzsignpageResponse

GetAObjEzsignpage returns the AObjEzsignpage field if non-nil, zero value otherwise.

GetAObjEzsignpageOk

func (o *EzsigndocumentGetEzsignpagesV1ResponseMPayload) GetAObjEzsignpageOk() (*[]EzsignpageResponse, bool)

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

SetAObjEzsignpage

func (o *EzsigndocumentGetEzsignpagesV1ResponseMPayload) SetAObjEzsignpage(v []EzsignpageResponse)

SetAObjEzsignpage sets AObjEzsignpage field to given value.

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