Name | Type | Description | Notes |
---|---|---|---|
SettingId | Pointer to string | Id and value of the property | [optional] |
func NewGetSetting200ResponseData() *GetSetting200ResponseData
NewGetSetting200ResponseData instantiates a new GetSetting200ResponseData 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 NewGetSetting200ResponseDataWithDefaults() *GetSetting200ResponseData
NewGetSetting200ResponseDataWithDefaults instantiates a new GetSetting200ResponseData 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 *GetSetting200ResponseData) GetSettingId() string
GetSettingId returns the SettingId field if non-nil, zero value otherwise.
func (o *GetSetting200ResponseData) GetSettingIdOk() (*string, bool)
GetSettingIdOk returns a tuple with the SettingId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSetting200ResponseData) SetSettingId(v string)
SetSettingId sets SettingId field to given value.
func (o *GetSetting200ResponseData) HasSettingId() bool
HasSettingId returns a boolean if a field has been set.