2.7 KiB
SchemaGetPrivilegesConfigResp
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Options | Pointer to []SchemaPrivilegeOption | [optional] | |
| SelectedLevel | Pointer to SchemaPrivilegeLevel | [optional] |
Methods
NewSchemaGetPrivilegesConfigResp
func NewSchemaGetPrivilegesConfigResp() *SchemaGetPrivilegesConfigResp
NewSchemaGetPrivilegesConfigResp instantiates a new SchemaGetPrivilegesConfigResp 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
NewSchemaGetPrivilegesConfigRespWithDefaults
func NewSchemaGetPrivilegesConfigRespWithDefaults() *SchemaGetPrivilegesConfigResp
NewSchemaGetPrivilegesConfigRespWithDefaults instantiates a new SchemaGetPrivilegesConfigResp 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
GetOptions
func (o *SchemaGetPrivilegesConfigResp) GetOptions() []SchemaPrivilegeOption
GetOptions returns the Options field if non-nil, zero value otherwise.
GetOptionsOk
func (o *SchemaGetPrivilegesConfigResp) GetOptionsOk() (*[]SchemaPrivilegeOption, bool)
GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOptions
func (o *SchemaGetPrivilegesConfigResp) SetOptions(v []SchemaPrivilegeOption)
SetOptions sets Options field to given value.
HasOptions
func (o *SchemaGetPrivilegesConfigResp) HasOptions() bool
HasOptions returns a boolean if a field has been set.
GetSelectedLevel
func (o *SchemaGetPrivilegesConfigResp) GetSelectedLevel() SchemaPrivilegeLevel
GetSelectedLevel returns the SelectedLevel field if non-nil, zero value otherwise.
GetSelectedLevelOk
func (o *SchemaGetPrivilegesConfigResp) GetSelectedLevelOk() (*SchemaPrivilegeLevel, bool)
GetSelectedLevelOk returns a tuple with the SelectedLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSelectedLevel
func (o *SchemaGetPrivilegesConfigResp) SetSelectedLevel(v SchemaPrivilegeLevel)
SetSelectedLevel sets SelectedLevel field to given value.
HasSelectedLevel
func (o *SchemaGetPrivilegesConfigResp) HasSelectedLevel() bool
HasSelectedLevel returns a boolean if a field has been set.