| Name | Type | Description | Notes |
|---|---|---|---|
| Roles | Pointer to []string | [optional] | |
| GlobalPermissions | Pointer to []GlobalPermissionsGlobalPermissionResponse | [optional] |
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
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
func (o *SecurityLegacySecurityRolesSecurityMyResponse) GetRoles() []string
GetRoles returns the Roles field if non-nil, zero value otherwise.
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.
func (o *SecurityLegacySecurityRolesSecurityMyResponse) SetRoles(v []string)
SetRoles sets Roles field to given value.
func (o *SecurityLegacySecurityRolesSecurityMyResponse) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (o *SecurityLegacySecurityRolesSecurityMyResponse) SetRolesNil(b bool)
SetRolesNil sets the value for Roles to be an explicit nil
func (o *SecurityLegacySecurityRolesSecurityMyResponse) UnsetRoles()
UnsetRoles ensures that no value is present for Roles, not even an explicit nil
func (o *SecurityLegacySecurityRolesSecurityMyResponse) GetGlobalPermissions() []GlobalPermissionsGlobalPermissionResponse
GetGlobalPermissions returns the GlobalPermissions field if non-nil, zero value otherwise.
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.
func (o *SecurityLegacySecurityRolesSecurityMyResponse) SetGlobalPermissions(v []GlobalPermissionsGlobalPermissionResponse)
SetGlobalPermissions sets GlobalPermissions field to given value.
func (o *SecurityLegacySecurityRolesSecurityMyResponse) HasGlobalPermissions() bool
HasGlobalPermissions returns a boolean if a field has been set.
func (o *SecurityLegacySecurityRolesSecurityMyResponse) SetGlobalPermissionsNil(b bool)
SetGlobalPermissionsNil sets the value for GlobalPermissions to be an explicit nil
func (o *SecurityLegacySecurityRolesSecurityMyResponse) UnsetGlobalPermissions()
UnsetGlobalPermissions ensures that no value is present for GlobalPermissions, not even an explicit nil