Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.31 KB

EzsignfolderGetAttachmentsV1ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.31 KB

EzsignfolderGetAttachmentsV1ResponseMPayload

Properties

Name Type Description Notes
AObjAttachmentdocumenttype []CustomAttachmentdocumenttypeResponse

Methods

NewEzsignfolderGetAttachmentsV1ResponseMPayload

func NewEzsignfolderGetAttachmentsV1ResponseMPayload(aObjAttachmentdocumenttype []CustomAttachmentdocumenttypeResponse, ) *EzsignfolderGetAttachmentsV1ResponseMPayload

NewEzsignfolderGetAttachmentsV1ResponseMPayload instantiates a new EzsignfolderGetAttachmentsV1ResponseMPayload 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

NewEzsignfolderGetAttachmentsV1ResponseMPayloadWithDefaults

func NewEzsignfolderGetAttachmentsV1ResponseMPayloadWithDefaults() *EzsignfolderGetAttachmentsV1ResponseMPayload

NewEzsignfolderGetAttachmentsV1ResponseMPayloadWithDefaults instantiates a new EzsignfolderGetAttachmentsV1ResponseMPayload 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

GetAObjAttachmentdocumenttype

func (o *EzsignfolderGetAttachmentsV1ResponseMPayload) GetAObjAttachmentdocumenttype() []CustomAttachmentdocumenttypeResponse

GetAObjAttachmentdocumenttype returns the AObjAttachmentdocumenttype field if non-nil, zero value otherwise.

GetAObjAttachmentdocumenttypeOk

func (o *EzsignfolderGetAttachmentsV1ResponseMPayload) GetAObjAttachmentdocumenttypeOk() (*[]CustomAttachmentdocumenttypeResponse, bool)

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

SetAObjAttachmentdocumenttype

func (o *EzsignfolderGetAttachmentsV1ResponseMPayload) SetAObjAttachmentdocumenttype(v []CustomAttachmentdocumenttypeResponse)

SetAObjAttachmentdocumenttype sets AObjAttachmentdocumenttype field to given value.

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