Name | Type | Description | Notes |
---|---|---|---|
ApplicationType | Pointer to NullableString | [optional] |
func NewGetPermissions() *GetPermissions
NewGetPermissions instantiates a new GetPermissions 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 NewGetPermissionsWithDefaults() *GetPermissions
NewGetPermissionsWithDefaults instantiates a new GetPermissions 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 *GetPermissions) GetApplicationType() string
GetApplicationType returns the ApplicationType field if non-nil, zero value otherwise.
func (o *GetPermissions) GetApplicationTypeOk() (*string, bool)
GetApplicationTypeOk returns a tuple with the ApplicationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetPermissions) SetApplicationType(v string)
SetApplicationType sets ApplicationType field to given value.
func (o *GetPermissions) HasApplicationType() bool
HasApplicationType returns a boolean if a field has been set.
func (o *GetPermissions) SetApplicationTypeNil(b bool)
SetApplicationTypeNil sets the value for ApplicationType to be an explicit nil
func (o *GetPermissions) UnsetApplicationType()
UnsetApplicationType ensures that no value is present for ApplicationType, not even an explicit nil