Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.78 KB

GetSetting200ResponseData.md

File metadata and controls

56 lines (31 loc) · 1.78 KB

GetSetting200ResponseData

Properties

Name Type Description Notes
SettingId Pointer to string Id and value of the property [optional]

Methods

NewGetSetting200ResponseData

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

NewGetSetting200ResponseDataWithDefaults

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

GetSettingId

func (o *GetSetting200ResponseData) GetSettingId() string

GetSettingId returns the SettingId field if non-nil, zero value otherwise.

GetSettingIdOk

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.

SetSettingId

func (o *GetSetting200ResponseData) SetSettingId(v string)

SetSettingId sets SettingId field to given value.

HasSettingId

func (o *GetSetting200ResponseData) HasSettingId() bool

HasSettingId returns a boolean if a field has been set.

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