Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.06 KB

UsergroupGetPermissionsV1ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.06 KB

UsergroupGetPermissionsV1ResponseMPayload

Properties

Name Type Description Notes
AObjModulegroup []ModulegroupResponseCompound

Methods

NewUsergroupGetPermissionsV1ResponseMPayload

func NewUsergroupGetPermissionsV1ResponseMPayload(aObjModulegroup []ModulegroupResponseCompound, ) *UsergroupGetPermissionsV1ResponseMPayload

NewUsergroupGetPermissionsV1ResponseMPayload instantiates a new UsergroupGetPermissionsV1ResponseMPayload 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

NewUsergroupGetPermissionsV1ResponseMPayloadWithDefaults

func NewUsergroupGetPermissionsV1ResponseMPayloadWithDefaults() *UsergroupGetPermissionsV1ResponseMPayload

NewUsergroupGetPermissionsV1ResponseMPayloadWithDefaults instantiates a new UsergroupGetPermissionsV1ResponseMPayload 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

GetAObjModulegroup

func (o *UsergroupGetPermissionsV1ResponseMPayload) GetAObjModulegroup() []ModulegroupResponseCompound

GetAObjModulegroup returns the AObjModulegroup field if non-nil, zero value otherwise.

GetAObjModulegroupOk

func (o *UsergroupGetPermissionsV1ResponseMPayload) GetAObjModulegroupOk() (*[]ModulegroupResponseCompound, bool)

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

SetAObjModulegroup

func (o *UsergroupGetPermissionsV1ResponseMPayload) SetAObjModulegroup(v []ModulegroupResponseCompound)

SetAObjModulegroup sets AObjModulegroup field to given value.

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