Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.08 KB

EzsigndocumentApplyEzsigntemplateV2Response.md

File metadata and controls

82 lines (45 loc) · 3.08 KB

EzsigndocumentApplyEzsigntemplateV2Response

Properties

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

Methods

NewEzsigndocumentApplyEzsigntemplateV2Response

func NewEzsigndocumentApplyEzsigntemplateV2Response() *EzsigndocumentApplyEzsigntemplateV2Response

NewEzsigndocumentApplyEzsigntemplateV2Response instantiates a new EzsigndocumentApplyEzsigntemplateV2Response 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

NewEzsigndocumentApplyEzsigntemplateV2ResponseWithDefaults

func NewEzsigndocumentApplyEzsigntemplateV2ResponseWithDefaults() *EzsigndocumentApplyEzsigntemplateV2Response

NewEzsigndocumentApplyEzsigntemplateV2ResponseWithDefaults instantiates a new EzsigndocumentApplyEzsigntemplateV2Response 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

GetObjDebugPayload

func (o *EzsigndocumentApplyEzsigntemplateV2Response) GetObjDebugPayload() CommonResponseObjDebugPayload

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

GetObjDebugPayloadOk

func (o *EzsigndocumentApplyEzsigntemplateV2Response) 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 *EzsigndocumentApplyEzsigntemplateV2Response) SetObjDebugPayload(v CommonResponseObjDebugPayload)

SetObjDebugPayload sets ObjDebugPayload field to given value.

HasObjDebugPayload

func (o *EzsigndocumentApplyEzsigntemplateV2Response) HasObjDebugPayload() bool

HasObjDebugPayload returns a boolean if a field has been set.

GetObjDebug

func (o *EzsigndocumentApplyEzsigntemplateV2Response) GetObjDebug() CommonResponseObjDebug

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

GetObjDebugOk

func (o *EzsigndocumentApplyEzsigntemplateV2Response) 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 *EzsigndocumentApplyEzsigntemplateV2Response) SetObjDebug(v CommonResponseObjDebug)

SetObjDebug sets ObjDebug field to given value.

HasObjDebug

func (o *EzsigndocumentApplyEzsigntemplateV2Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

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