Name | Type | Description | Notes |
---|---|---|---|
Group | Pointer to string | The group of the Linode these Settings are for. This is for display purposes only. | [optional] [readonly] |
Id | Pointer to int32 | The ID of the Linode these Settings are for. | [optional] [readonly] |
Label | Pointer to string | The label of the Linode these Settings are for. | [optional] [readonly] |
Ssh | Pointer to GetManagedLinodeSettings200ResponseDataInnerSsh | [optional] |
func NewGetManagedLinodeSettings200ResponseDataInner() *GetManagedLinodeSettings200ResponseDataInner
NewGetManagedLinodeSettings200ResponseDataInner instantiates a new GetManagedLinodeSettings200ResponseDataInner 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 NewGetManagedLinodeSettings200ResponseDataInnerWithDefaults() *GetManagedLinodeSettings200ResponseDataInner
NewGetManagedLinodeSettings200ResponseDataInnerWithDefaults instantiates a new GetManagedLinodeSettings200ResponseDataInner 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 *GetManagedLinodeSettings200ResponseDataInner) GetGroup() string
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *GetManagedLinodeSettings200ResponseDataInner) GetGroupOk() (*string, bool)
GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetManagedLinodeSettings200ResponseDataInner) SetGroup(v string)
SetGroup sets Group field to given value.
func (o *GetManagedLinodeSettings200ResponseDataInner) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (o *GetManagedLinodeSettings200ResponseDataInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetManagedLinodeSettings200ResponseDataInner) 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 *GetManagedLinodeSettings200ResponseDataInner) SetId(v int32)
SetId sets Id field to given value.
func (o *GetManagedLinodeSettings200ResponseDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetManagedLinodeSettings200ResponseDataInner) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *GetManagedLinodeSettings200ResponseDataInner) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetManagedLinodeSettings200ResponseDataInner) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *GetManagedLinodeSettings200ResponseDataInner) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *GetManagedLinodeSettings200ResponseDataInner) GetSsh() GetManagedLinodeSettings200ResponseDataInnerSsh
GetSsh returns the Ssh field if non-nil, zero value otherwise.
func (o *GetManagedLinodeSettings200ResponseDataInner) GetSshOk() (*GetManagedLinodeSettings200ResponseDataInnerSsh, bool)
GetSshOk returns a tuple with the Ssh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetManagedLinodeSettings200ResponseDataInner) SetSsh(v GetManagedLinodeSettings200ResponseDataInnerSsh)
SetSsh sets Ssh field to given value.
func (o *GetManagedLinodeSettings200ResponseDataInner) HasSsh() bool
HasSsh returns a boolean if a field has been set.