| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Scopes | Pointer to []string | [optional] | |
| ResourceFilter | Pointer to ResourceFilter | [optional] |
func NewApiV1AccountGet200ResponseApiKey() *ApiV1AccountGet200ResponseApiKey
NewApiV1AccountGet200ResponseApiKey instantiates a new ApiV1AccountGet200ResponseApiKey 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 NewApiV1AccountGet200ResponseApiKeyWithDefaults() *ApiV1AccountGet200ResponseApiKey
NewApiV1AccountGet200ResponseApiKeyWithDefaults instantiates a new ApiV1AccountGet200ResponseApiKey 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 *ApiV1AccountGet200ResponseApiKey) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ApiV1AccountGet200ResponseApiKey) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1AccountGet200ResponseApiKey) SetId(v int32)
SetId sets Id field to given value.
func (o *ApiV1AccountGet200ResponseApiKey) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ApiV1AccountGet200ResponseApiKey) GetScopes() []string
GetScopes returns the Scopes field if non-nil, zero value otherwise.
func (o *ApiV1AccountGet200ResponseApiKey) GetScopesOk() (*[]string, bool)
GetScopesOk returns a tuple with the Scopes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1AccountGet200ResponseApiKey) SetScopes(v []string)
SetScopes sets Scopes field to given value.
func (o *ApiV1AccountGet200ResponseApiKey) HasScopes() bool
HasScopes returns a boolean if a field has been set.
func (o *ApiV1AccountGet200ResponseApiKey) GetResourceFilter() ResourceFilter
GetResourceFilter returns the ResourceFilter field if non-nil, zero value otherwise.
func (o *ApiV1AccountGet200ResponseApiKey) GetResourceFilterOk() (*ResourceFilter, bool)
GetResourceFilterOk returns a tuple with the ResourceFilter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1AccountGet200ResponseApiKey) SetResourceFilter(v ResourceFilter)
SetResourceFilter sets ResourceFilter field to given value.
func (o *ApiV1AccountGet200ResponseApiKey) HasResourceFilter() bool
HasResourceFilter returns a boolean if a field has been set.