Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
Permissions | Pointer to []string | [optional] | |
Rules | Pointer to []AccessRule | [optional] |
func NewUpdateApplicationRequest(name string, ) *UpdateApplicationRequest
NewUpdateApplicationRequest instantiates a new UpdateApplicationRequest 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 NewUpdateApplicationRequestWithDefaults() *UpdateApplicationRequest
NewUpdateApplicationRequestWithDefaults instantiates a new UpdateApplicationRequest 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 *UpdateApplicationRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateApplicationRequest) 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 *UpdateApplicationRequest) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateApplicationRequest) GetPermissions() []string
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *UpdateApplicationRequest) 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 *UpdateApplicationRequest) SetPermissions(v []string)
SetPermissions sets Permissions field to given value.
func (o *UpdateApplicationRequest) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (o *UpdateApplicationRequest) SetPermissionsNil(b bool)
SetPermissionsNil sets the value for Permissions to be an explicit nil
func (o *UpdateApplicationRequest) UnsetPermissions()
UnsetPermissions ensures that no value is present for Permissions, not even an explicit nil
func (o *UpdateApplicationRequest) GetRules() []AccessRule
GetRules returns the Rules field if non-nil, zero value otherwise.
func (o *UpdateApplicationRequest) 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 *UpdateApplicationRequest) SetRules(v []AccessRule)
SetRules sets Rules field to given value.
func (o *UpdateApplicationRequest) HasRules() bool
HasRules returns a boolean if a field has been set.
func (o *UpdateApplicationRequest) SetRulesNil(b bool)
SetRulesNil sets the value for Rules to be an explicit nil
func (o *UpdateApplicationRequest) UnsetRules()
UnsetRules ensures that no value is present for Rules, not even an explicit nil