Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 3.4 KB

UsergroupGetListV1Response.md

File metadata and controls

98 lines (53 loc) · 3.4 KB

UsergroupGetListV1Response

Properties

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

Methods

NewUsergroupGetListV1Response

func NewUsergroupGetListV1Response(objDebugPayload CommonResponseObjDebugPayloadGetList, mPayload UsergroupGetListV1ResponseMPayload, ) *UsergroupGetListV1Response

NewUsergroupGetListV1Response instantiates a new UsergroupGetListV1Response 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

NewUsergroupGetListV1ResponseWithDefaults

func NewUsergroupGetListV1ResponseWithDefaults() *UsergroupGetListV1Response

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

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

GetObjDebugPayloadOk

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

SetObjDebugPayload sets ObjDebugPayload field to given value.

GetObjDebug

func (o *UsergroupGetListV1Response) GetObjDebug() CommonResponseObjDebug

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

GetObjDebugOk

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

SetObjDebug sets ObjDebug field to given value.

HasObjDebug

func (o *UsergroupGetListV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

GetMPayload

func (o *UsergroupGetListV1Response) GetMPayload() UsergroupGetListV1ResponseMPayload

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

GetMPayloadOk

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

SetMPayload sets MPayload field to given value.

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