Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 3.71 KB

EzsignfolderCreateObjectV1Response.md

File metadata and controls

103 lines (56 loc) · 3.71 KB

EzsignfolderCreateObjectV1Response

Properties

Name Type Description Notes
MPayload EzsignfolderCreateObjectV1ResponseMPayload
ObjDebugPayload Pointer to CommonResponseObjDebugPayload [optional]
ObjDebug Pointer to CommonResponseObjDebug [optional]

Methods

NewEzsignfolderCreateObjectV1Response

func NewEzsignfolderCreateObjectV1Response(mPayload EzsignfolderCreateObjectV1ResponseMPayload, ) *EzsignfolderCreateObjectV1Response

NewEzsignfolderCreateObjectV1Response instantiates a new EzsignfolderCreateObjectV1Response 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

NewEzsignfolderCreateObjectV1ResponseWithDefaults

func NewEzsignfolderCreateObjectV1ResponseWithDefaults() *EzsignfolderCreateObjectV1Response

NewEzsignfolderCreateObjectV1ResponseWithDefaults instantiates a new EzsignfolderCreateObjectV1Response 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

GetMPayload

func (o *EzsignfolderCreateObjectV1Response) GetMPayload() EzsignfolderCreateObjectV1ResponseMPayload

GetMPayload returns the MPayload field if non-nil, zero value otherwise.

GetMPayloadOk

func (o *EzsignfolderCreateObjectV1Response) GetMPayloadOk() (*EzsignfolderCreateObjectV1ResponseMPayload, bool)

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

SetMPayload

func (o *EzsignfolderCreateObjectV1Response) SetMPayload(v EzsignfolderCreateObjectV1ResponseMPayload)

SetMPayload sets MPayload field to given value.

GetObjDebugPayload

func (o *EzsignfolderCreateObjectV1Response) GetObjDebugPayload() CommonResponseObjDebugPayload

GetObjDebugPayload returns the ObjDebugPayload field if non-nil, zero value otherwise.

GetObjDebugPayloadOk

func (o *EzsignfolderCreateObjectV1Response) GetObjDebugPayloadOk() (*CommonResponseObjDebugPayload, bool)

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

SetObjDebugPayload

func (o *EzsignfolderCreateObjectV1Response) SetObjDebugPayload(v CommonResponseObjDebugPayload)

SetObjDebugPayload sets ObjDebugPayload field to given value.

HasObjDebugPayload

func (o *EzsignfolderCreateObjectV1Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

GetObjDebug

func (o *EzsignfolderCreateObjectV1Response) GetObjDebug() CommonResponseObjDebug

GetObjDebug returns the ObjDebug field if non-nil, zero value otherwise.

GetObjDebugOk

func (o *EzsignfolderCreateObjectV1Response) GetObjDebugOk() (*CommonResponseObjDebug, bool)

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

SetObjDebug

func (o *EzsignfolderCreateObjectV1Response) SetObjDebug(v CommonResponseObjDebug)

SetObjDebug sets ObjDebug field to given value.

HasObjDebug

func (o *EzsignfolderCreateObjectV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

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