Name | Type | Description | Notes |
---|---|---|---|
AObjEzsignsignature | []EzsignsignatureResponseCompound | ||
AObjEzsignformfieldgroup | []EzsignformfieldgroupResponseCompound |
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
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
func (o *EzsigndocumentGetActionableElementsV1ResponseMPayload) GetAObjEzsignsignature() []EzsignsignatureResponseCompound
GetAObjEzsignsignature returns the AObjEzsignsignature field if non-nil, zero value otherwise.
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.
func (o *EzsigndocumentGetActionableElementsV1ResponseMPayload) SetAObjEzsignsignature(v []EzsignsignatureResponseCompound)
SetAObjEzsignsignature sets AObjEzsignsignature field to given value.
func (o *EzsigndocumentGetActionableElementsV1ResponseMPayload) GetAObjEzsignformfieldgroup() []EzsignformfieldgroupResponseCompound
GetAObjEzsignformfieldgroup returns the AObjEzsignformfieldgroup field if non-nil, zero value otherwise.
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.
func (o *EzsigndocumentGetActionableElementsV1ResponseMPayload) SetAObjEzsignformfieldgroup(v []EzsignformfieldgroupResponseCompound)
SetAObjEzsignformfieldgroup sets AObjEzsignformfieldgroup field to given value.