Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.12 KB

UserGetEffectivePermissionsV1ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.12 KB

UserGetEffectivePermissionsV1ResponseMPayload

Properties

Name Type Description Notes
AObjModulegroup []ModulegroupResponseCompound

Methods

NewUserGetEffectivePermissionsV1ResponseMPayload

func NewUserGetEffectivePermissionsV1ResponseMPayload(aObjModulegroup []ModulegroupResponseCompound, ) *UserGetEffectivePermissionsV1ResponseMPayload

NewUserGetEffectivePermissionsV1ResponseMPayload instantiates a new UserGetEffectivePermissionsV1ResponseMPayload 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

NewUserGetEffectivePermissionsV1ResponseMPayloadWithDefaults

func NewUserGetEffectivePermissionsV1ResponseMPayloadWithDefaults() *UserGetEffectivePermissionsV1ResponseMPayload

NewUserGetEffectivePermissionsV1ResponseMPayloadWithDefaults instantiates a new UserGetEffectivePermissionsV1ResponseMPayload 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 *UserGetEffectivePermissionsV1ResponseMPayload) GetAObjModulegroup() []ModulegroupResponseCompound

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

GetAObjModulegroupOk

func (o *UserGetEffectivePermissionsV1ResponseMPayload) 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 *UserGetEffectivePermissionsV1ResponseMPayload) SetAObjModulegroup(v []ModulegroupResponseCompound)

SetAObjModulegroup sets AObjModulegroup field to given value.

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