Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.81 KB

File metadata and controls

102 lines (57 loc) · 3.81 KB

SecurityLegacySecurityRolesSecurityMyResponse

Properties

Name Type Description Notes
Roles Pointer to []string [optional]
GlobalPermissions Pointer to []GlobalPermissionsGlobalPermissionResponse [optional]

Methods

NewSecurityLegacySecurityRolesSecurityMyResponse

func NewSecurityLegacySecurityRolesSecurityMyResponse() *SecurityLegacySecurityRolesSecurityMyResponse

NewSecurityLegacySecurityRolesSecurityMyResponse instantiates a new SecurityLegacySecurityRolesSecurityMyResponse 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

NewSecurityLegacySecurityRolesSecurityMyResponseWithDefaults

func NewSecurityLegacySecurityRolesSecurityMyResponseWithDefaults() *SecurityLegacySecurityRolesSecurityMyResponse

NewSecurityLegacySecurityRolesSecurityMyResponseWithDefaults instantiates a new SecurityLegacySecurityRolesSecurityMyResponse 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

GetRoles

func (o *SecurityLegacySecurityRolesSecurityMyResponse) GetRoles() []string

GetRoles returns the Roles field if non-nil, zero value otherwise.

GetRolesOk

func (o *SecurityLegacySecurityRolesSecurityMyResponse) GetRolesOk() (*[]string, bool)

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

SetRoles

func (o *SecurityLegacySecurityRolesSecurityMyResponse) SetRoles(v []string)

SetRoles sets Roles field to given value.

HasRoles

func (o *SecurityLegacySecurityRolesSecurityMyResponse) HasRoles() bool

HasRoles returns a boolean if a field has been set.

SetRolesNil

func (o *SecurityLegacySecurityRolesSecurityMyResponse) SetRolesNil(b bool)

SetRolesNil sets the value for Roles to be an explicit nil

UnsetRoles

func (o *SecurityLegacySecurityRolesSecurityMyResponse) UnsetRoles()

UnsetRoles ensures that no value is present for Roles, not even an explicit nil

GetGlobalPermissions

func (o *SecurityLegacySecurityRolesSecurityMyResponse) GetGlobalPermissions() []GlobalPermissionsGlobalPermissionResponse

GetGlobalPermissions returns the GlobalPermissions field if non-nil, zero value otherwise.

GetGlobalPermissionsOk

func (o *SecurityLegacySecurityRolesSecurityMyResponse) GetGlobalPermissionsOk() (*[]GlobalPermissionsGlobalPermissionResponse, bool)

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

SetGlobalPermissions

func (o *SecurityLegacySecurityRolesSecurityMyResponse) SetGlobalPermissions(v []GlobalPermissionsGlobalPermissionResponse)

SetGlobalPermissions sets GlobalPermissions field to given value.

HasGlobalPermissions

func (o *SecurityLegacySecurityRolesSecurityMyResponse) HasGlobalPermissions() bool

HasGlobalPermissions returns a boolean if a field has been set.

SetGlobalPermissionsNil

func (o *SecurityLegacySecurityRolesSecurityMyResponse) SetGlobalPermissionsNil(b bool)

SetGlobalPermissionsNil sets the value for GlobalPermissions to be an explicit nil

UnsetGlobalPermissions

func (o *SecurityLegacySecurityRolesSecurityMyResponse) UnsetGlobalPermissions()

UnsetGlobalPermissions ensures that no value is present for GlobalPermissions, not even an explicit nil

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