Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.13 KB

EzsignsignatureGetObjectV2ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.13 KB

EzsignsignatureGetObjectV2ResponseMPayload

Properties

Name Type Description Notes
ObjEzsignsignature EzsignsignatureResponseCompound

Methods

NewEzsignsignatureGetObjectV2ResponseMPayload

func NewEzsignsignatureGetObjectV2ResponseMPayload(objEzsignsignature EzsignsignatureResponseCompound, ) *EzsignsignatureGetObjectV2ResponseMPayload

NewEzsignsignatureGetObjectV2ResponseMPayload instantiates a new EzsignsignatureGetObjectV2ResponseMPayload 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

NewEzsignsignatureGetObjectV2ResponseMPayloadWithDefaults

func NewEzsignsignatureGetObjectV2ResponseMPayloadWithDefaults() *EzsignsignatureGetObjectV2ResponseMPayload

NewEzsignsignatureGetObjectV2ResponseMPayloadWithDefaults instantiates a new EzsignsignatureGetObjectV2ResponseMPayload 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

GetObjEzsignsignature

func (o *EzsignsignatureGetObjectV2ResponseMPayload) GetObjEzsignsignature() EzsignsignatureResponseCompound

GetObjEzsignsignature returns the ObjEzsignsignature field if non-nil, zero value otherwise.

GetObjEzsignsignatureOk

func (o *EzsignsignatureGetObjectV2ResponseMPayload) GetObjEzsignsignatureOk() (*EzsignsignatureResponseCompound, bool)

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

SetObjEzsignsignature

func (o *EzsignsignatureGetObjectV2ResponseMPayload) SetObjEzsignsignature(v EzsignsignatureResponseCompound)

SetObjEzsignsignature sets ObjEzsignsignature field to given value.

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