52 lines
1.7 KiB
Markdown
52 lines
1.7 KiB
Markdown
# SchemaUpdatePrivilegesConfigReq
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Level** | [**SchemaPrivilegeLevel**](SchemaPrivilegeLevel.md) | |
|
|
|
|
## Methods
|
|
|
|
### NewSchemaUpdatePrivilegesConfigReq
|
|
|
|
`func NewSchemaUpdatePrivilegesConfigReq(level SchemaPrivilegeLevel, ) *SchemaUpdatePrivilegesConfigReq`
|
|
|
|
NewSchemaUpdatePrivilegesConfigReq instantiates a new SchemaUpdatePrivilegesConfigReq 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
|
|
|
|
### NewSchemaUpdatePrivilegesConfigReqWithDefaults
|
|
|
|
`func NewSchemaUpdatePrivilegesConfigReqWithDefaults() *SchemaUpdatePrivilegesConfigReq`
|
|
|
|
NewSchemaUpdatePrivilegesConfigReqWithDefaults instantiates a new SchemaUpdatePrivilegesConfigReq 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
|
|
|
|
### GetLevel
|
|
|
|
`func (o *SchemaUpdatePrivilegesConfigReq) GetLevel() SchemaPrivilegeLevel`
|
|
|
|
GetLevel returns the Level field if non-nil, zero value otherwise.
|
|
|
|
### GetLevelOk
|
|
|
|
`func (o *SchemaUpdatePrivilegesConfigReq) GetLevelOk() (*SchemaPrivilegeLevel, bool)`
|
|
|
|
GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetLevel
|
|
|
|
`func (o *SchemaUpdatePrivilegesConfigReq) SetLevel(v SchemaPrivilegeLevel)`
|
|
|
|
SetLevel sets Level field to given value.
|
|
|
|
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|