Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.59 KB

CommonResponseGetList.md

File metadata and controls

77 lines (42 loc) · 2.59 KB

CommonResponseGetList

Properties

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

Methods

NewCommonResponseGetList

func NewCommonResponseGetList(objDebugPayload CommonResponseObjDebugPayloadGetList, ) *CommonResponseGetList

NewCommonResponseGetList instantiates a new CommonResponseGetList 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

NewCommonResponseGetListWithDefaults

func NewCommonResponseGetListWithDefaults() *CommonResponseGetList

NewCommonResponseGetListWithDefaults instantiates a new CommonResponseGetList 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 *CommonResponseGetList) GetObjDebugPayload() CommonResponseObjDebugPayloadGetList

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

GetObjDebugPayloadOk

func (o *CommonResponseGetList) GetObjDebugPayloadOk() (*CommonResponseObjDebugPayloadGetList, 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 *CommonResponseGetList) SetObjDebugPayload(v CommonResponseObjDebugPayloadGetList)

SetObjDebugPayload sets ObjDebugPayload field to given value.

GetObjDebug

func (o *CommonResponseGetList) GetObjDebug() CommonResponseObjDebug

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

GetObjDebugOk

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

SetObjDebug sets ObjDebug field to given value.

HasObjDebug

func (o *CommonResponseGetList) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

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