Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
Type | string | ||
ExpiresAt | Pointer to NullableString | [optional] | |
Permissions | Pointer to []string | [optional] | |
Rules | Pointer to []AccessRule | [optional] | |
CreateKey | Pointer to NullableBool | [optional] |
func NewCreateApplicationRequest(name string, type_ string, ) *CreateApplicationRequest
NewCreateApplicationRequest instantiates a new CreateApplicationRequest 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 NewCreateApplicationRequestWithDefaults() *CreateApplicationRequest
NewCreateApplicationRequestWithDefaults instantiates a new CreateApplicationRequest 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 *CreateApplicationRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateApplicationRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateApplicationRequest) SetName(v string)
SetName sets Name field to given value.
func (o *CreateApplicationRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CreateApplicationRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateApplicationRequest) SetType(v string)
SetType sets Type field to given value.
func (o *CreateApplicationRequest) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
func (o *CreateApplicationRequest) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateApplicationRequest) SetExpiresAt(v string)
SetExpiresAt sets ExpiresAt field to given value.
func (o *CreateApplicationRequest) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (o *CreateApplicationRequest) SetExpiresAtNil(b bool)
SetExpiresAtNil sets the value for ExpiresAt to be an explicit nil
func (o *CreateApplicationRequest) UnsetExpiresAt()
UnsetExpiresAt ensures that no value is present for ExpiresAt, not even an explicit nil
func (o *CreateApplicationRequest) GetPermissions() []string
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *CreateApplicationRequest) GetPermissionsOk() (*[]string, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateApplicationRequest) SetPermissions(v []string)
SetPermissions sets Permissions field to given value.
func (o *CreateApplicationRequest) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (o *CreateApplicationRequest) SetPermissionsNil(b bool)
SetPermissionsNil sets the value for Permissions to be an explicit nil
func (o *CreateApplicationRequest) UnsetPermissions()
UnsetPermissions ensures that no value is present for Permissions, not even an explicit nil
func (o *CreateApplicationRequest) GetRules() []AccessRule
GetRules returns the Rules field if non-nil, zero value otherwise.
func (o *CreateApplicationRequest) GetRulesOk() (*[]AccessRule, bool)
GetRulesOk returns a tuple with the Rules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateApplicationRequest) SetRules(v []AccessRule)
SetRules sets Rules field to given value.
func (o *CreateApplicationRequest) HasRules() bool
HasRules returns a boolean if a field has been set.
func (o *CreateApplicationRequest) SetRulesNil(b bool)
SetRulesNil sets the value for Rules to be an explicit nil
func (o *CreateApplicationRequest) UnsetRules()
UnsetRules ensures that no value is present for Rules, not even an explicit nil
func (o *CreateApplicationRequest) GetCreateKey() bool
GetCreateKey returns the CreateKey field if non-nil, zero value otherwise.
func (o *CreateApplicationRequest) GetCreateKeyOk() (*bool, bool)
GetCreateKeyOk returns a tuple with the CreateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateApplicationRequest) SetCreateKey(v bool)
SetCreateKey sets CreateKey field to given value.
func (o *CreateApplicationRequest) HasCreateKey() bool
HasCreateKey returns a boolean if a field has been set.
func (o *CreateApplicationRequest) SetCreateKeyNil(b bool)
SetCreateKeyNil sets the value for CreateKey to be an explicit nil
func (o *CreateApplicationRequest) UnsetCreateKey()
UnsetCreateKey ensures that no value is present for CreateKey, not even an explicit nil