Skip to content

Latest commit

 

History

History
236 lines (131 loc) · 6.87 KB

File metadata and controls

236 lines (131 loc) · 6.87 KB

AppSettingsAppSettingResponse

Properties

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]

Methods

NewAppSettingsAppSettingResponse

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

NewAppSettingsAppSettingResponseWithDefaults

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

GetId

func (o *AppSettingsAppSettingResponse) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *AppSettingsAppSettingResponse) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *AppSettingsAppSettingResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *AppSettingsAppSettingResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

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.

SetDisplayName

func (o *AppSettingsAppSettingResponse) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *AppSettingsAppSettingResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

SetDisplayNameNil

func (o *AppSettingsAppSettingResponse) SetDisplayNameNil(b bool)

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

UnsetDisplayName

func (o *AppSettingsAppSettingResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

GetShortName

func (o *AppSettingsAppSettingResponse) GetShortName() string

GetShortName returns the ShortName field if non-nil, zero value otherwise.

GetShortNameOk

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.

SetShortName

func (o *AppSettingsAppSettingResponse) SetShortName(v string)

SetShortName sets ShortName field to given value.

HasShortName

func (o *AppSettingsAppSettingResponse) HasShortName() bool

HasShortName returns a boolean if a field has been set.

SetShortNameNil

func (o *AppSettingsAppSettingResponse) SetShortNameNil(b bool)

SetShortNameNil sets the value for ShortName to be an explicit nil

UnsetShortName

func (o *AppSettingsAppSettingResponse) UnsetShortName()

UnsetShortName ensures that no value is present for ShortName, not even an explicit nil

GetDescription

func (o *AppSettingsAppSettingResponse) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *AppSettingsAppSettingResponse) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *AppSettingsAppSettingResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *AppSettingsAppSettingResponse) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *AppSettingsAppSettingResponse) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

GetValue

func (o *AppSettingsAppSettingResponse) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

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.

SetValue

func (o *AppSettingsAppSettingResponse) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *AppSettingsAppSettingResponse) HasValue() bool

HasValue returns a boolean if a field has been set.

SetValueNil

func (o *AppSettingsAppSettingResponse) SetValueNil(b bool)

SetValueNil sets the value for Value to be an explicit nil

UnsetValue

func (o *AppSettingsAppSettingResponse) UnsetValue()

UnsetValue ensures that no value is present for Value, not even an explicit nil

GetValueType

func (o *AppSettingsAppSettingResponse) GetValueType() string

GetValueType returns the ValueType field if non-nil, zero value otherwise.

GetValueTypeOk

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.

SetValueType

func (o *AppSettingsAppSettingResponse) SetValueType(v string)

SetValueType sets ValueType field to given value.

HasValueType

func (o *AppSettingsAppSettingResponse) HasValueType() bool

HasValueType returns a boolean if a field has been set.

SetValueTypeNil

func (o *AppSettingsAppSettingResponse) SetValueTypeNil(b bool)

SetValueTypeNil sets the value for ValueType to be an explicit nil

UnsetValueType

func (o *AppSettingsAppSettingResponse) UnsetValueType()

UnsetValueType ensures that no value is present for ValueType, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]