Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 3.35 KB

EzsigndocumentGetActionableElementsV1ResponseMPayload.md

File metadata and controls

72 lines (39 loc) · 3.35 KB

EzsigndocumentGetActionableElementsV1ResponseMPayload

Properties

Name Type Description Notes
AObjEzsignsignature []EzsignsignatureResponseCompound
AObjEzsignformfieldgroup []EzsignformfieldgroupResponseCompound

Methods

NewEzsigndocumentGetActionableElementsV1ResponseMPayload

func NewEzsigndocumentGetActionableElementsV1ResponseMPayload(aObjEzsignsignature []EzsignsignatureResponseCompound, aObjEzsignformfieldgroup []EzsignformfieldgroupResponseCompound, ) *EzsigndocumentGetActionableElementsV1ResponseMPayload

NewEzsigndocumentGetActionableElementsV1ResponseMPayload instantiates a new EzsigndocumentGetActionableElementsV1ResponseMPayload 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

NewEzsigndocumentGetActionableElementsV1ResponseMPayloadWithDefaults

func NewEzsigndocumentGetActionableElementsV1ResponseMPayloadWithDefaults() *EzsigndocumentGetActionableElementsV1ResponseMPayload

NewEzsigndocumentGetActionableElementsV1ResponseMPayloadWithDefaults instantiates a new EzsigndocumentGetActionableElementsV1ResponseMPayload 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

GetAObjEzsignsignature

func (o *EzsigndocumentGetActionableElementsV1ResponseMPayload) GetAObjEzsignsignature() []EzsignsignatureResponseCompound

GetAObjEzsignsignature returns the AObjEzsignsignature field if non-nil, zero value otherwise.

GetAObjEzsignsignatureOk

func (o *EzsigndocumentGetActionableElementsV1ResponseMPayload) GetAObjEzsignsignatureOk() (*[]EzsignsignatureResponseCompound, bool)

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

SetAObjEzsignsignature

func (o *EzsigndocumentGetActionableElementsV1ResponseMPayload) SetAObjEzsignsignature(v []EzsignsignatureResponseCompound)

SetAObjEzsignsignature sets AObjEzsignsignature field to given value.

GetAObjEzsignformfieldgroup

func (o *EzsigndocumentGetActionableElementsV1ResponseMPayload) GetAObjEzsignformfieldgroup() []EzsignformfieldgroupResponseCompound

GetAObjEzsignformfieldgroup returns the AObjEzsignformfieldgroup field if non-nil, zero value otherwise.

GetAObjEzsignformfieldgroupOk

func (o *EzsigndocumentGetActionableElementsV1ResponseMPayload) GetAObjEzsignformfieldgroupOk() (*[]EzsignformfieldgroupResponseCompound, bool)

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

SetAObjEzsignformfieldgroup

func (o *EzsigndocumentGetActionableElementsV1ResponseMPayload) SetAObjEzsignformfieldgroup(v []EzsignformfieldgroupResponseCompound)

SetAObjEzsignformfieldgroup sets AObjEzsignformfieldgroup field to given value.

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