| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| DisplayName | Pointer to NullableString | [optional] | |
| ShortName | Pointer to NullableString | [optional] | |
| Description | Pointer to NullableString | [optional] | |
| Value | Pointer to NullableString | [optional] | |
| ValueType | Pointer to NullableString | [optional] |
func NewAppSettingsAppSettingResponse() *AppSettingsAppSettingResponse
NewAppSettingsAppSettingResponse instantiates a new AppSettingsAppSettingResponse 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 NewAppSettingsAppSettingResponseWithDefaults() *AppSettingsAppSettingResponse
NewAppSettingsAppSettingResponseWithDefaults instantiates a new AppSettingsAppSettingResponse 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 *AppSettingsAppSettingResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AppSettingsAppSettingResponse) 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 *AppSettingsAppSettingResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *AppSettingsAppSettingResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AppSettingsAppSettingResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *AppSettingsAppSettingResponse) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppSettingsAppSettingResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *AppSettingsAppSettingResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *AppSettingsAppSettingResponse) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *AppSettingsAppSettingResponse) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *AppSettingsAppSettingResponse) GetShortName() string
GetShortName returns the ShortName field if non-nil, zero value otherwise.
func (o *AppSettingsAppSettingResponse) GetShortNameOk() (*string, bool)
GetShortNameOk returns a tuple with the ShortName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppSettingsAppSettingResponse) SetShortName(v string)
SetShortName sets ShortName field to given value.
func (o *AppSettingsAppSettingResponse) HasShortName() bool
HasShortName returns a boolean if a field has been set.
func (o *AppSettingsAppSettingResponse) SetShortNameNil(b bool)
SetShortNameNil sets the value for ShortName to be an explicit nil
func (o *AppSettingsAppSettingResponse) UnsetShortName()
UnsetShortName ensures that no value is present for ShortName, not even an explicit nil
func (o *AppSettingsAppSettingResponse) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *AppSettingsAppSettingResponse) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppSettingsAppSettingResponse) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *AppSettingsAppSettingResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *AppSettingsAppSettingResponse) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *AppSettingsAppSettingResponse) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *AppSettingsAppSettingResponse) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *AppSettingsAppSettingResponse) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppSettingsAppSettingResponse) SetValue(v string)
SetValue sets Value field to given value.
func (o *AppSettingsAppSettingResponse) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *AppSettingsAppSettingResponse) SetValueNil(b bool)
SetValueNil sets the value for Value to be an explicit nil
func (o *AppSettingsAppSettingResponse) UnsetValue()
UnsetValue ensures that no value is present for Value, not even an explicit nil
func (o *AppSettingsAppSettingResponse) GetValueType() string
GetValueType returns the ValueType field if non-nil, zero value otherwise.
func (o *AppSettingsAppSettingResponse) GetValueTypeOk() (*string, bool)
GetValueTypeOk returns a tuple with the ValueType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppSettingsAppSettingResponse) SetValueType(v string)
SetValueType sets ValueType field to given value.
func (o *AppSettingsAppSettingResponse) HasValueType() bool
HasValueType returns a boolean if a field has been set.
func (o *AppSettingsAppSettingResponse) SetValueTypeNil(b bool)
SetValueTypeNil sets the value for ValueType to be an explicit nil
func (o *AppSettingsAppSettingResponse) UnsetValueType()
UnsetValueType ensures that no value is present for ValueType, not even an explicit nil