Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 3.89 KB

EzsigntemplatepackageGetAutocompleteV2Response.md

File metadata and controls

98 lines (53 loc) · 3.89 KB

EzsigntemplatepackageGetAutocompleteV2Response

Properties

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

Methods

NewEzsigntemplatepackageGetAutocompleteV2Response

func NewEzsigntemplatepackageGetAutocompleteV2Response(objDebugPayload CommonResponseObjDebugPayload, mPayload EzsigntemplatepackageGetAutocompleteV2ResponseMPayload, ) *EzsigntemplatepackageGetAutocompleteV2Response

NewEzsigntemplatepackageGetAutocompleteV2Response instantiates a new EzsigntemplatepackageGetAutocompleteV2Response 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

NewEzsigntemplatepackageGetAutocompleteV2ResponseWithDefaults

func NewEzsigntemplatepackageGetAutocompleteV2ResponseWithDefaults() *EzsigntemplatepackageGetAutocompleteV2Response

NewEzsigntemplatepackageGetAutocompleteV2ResponseWithDefaults instantiates a new EzsigntemplatepackageGetAutocompleteV2Response 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 *EzsigntemplatepackageGetAutocompleteV2Response) GetObjDebugPayload() CommonResponseObjDebugPayload

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

GetObjDebugPayloadOk

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

SetObjDebugPayload sets ObjDebugPayload field to given value.

GetObjDebug

func (o *EzsigntemplatepackageGetAutocompleteV2Response) GetObjDebug() CommonResponseObjDebug

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

GetObjDebugOk

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

SetObjDebug sets ObjDebug field to given value.

HasObjDebug

func (o *EzsigntemplatepackageGetAutocompleteV2Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

GetMPayload

func (o *EzsigntemplatepackageGetAutocompleteV2Response) GetMPayload() EzsigntemplatepackageGetAutocompleteV2ResponseMPayload

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

GetMPayloadOk

func (o *EzsigntemplatepackageGetAutocompleteV2Response) GetMPayloadOk() (*EzsigntemplatepackageGetAutocompleteV2ResponseMPayload, 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 *EzsigntemplatepackageGetAutocompleteV2Response) SetMPayload(v EzsigntemplatepackageGetAutocompleteV2ResponseMPayload)

SetMPayload sets MPayload field to given value.

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