Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.21 KB

ServerClusterId.md

File metadata and controls

82 lines (45 loc) · 2.21 KB

ServerClusterId

Properties

Name Type Description Notes
Scope Pointer to map[string]map[string]interface{} [optional] [readonly]
Id Pointer to string [optional]

Methods

NewServerClusterId

func NewServerClusterId() *ServerClusterId

NewServerClusterId instantiates a new ServerClusterId 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

NewServerClusterIdWithDefaults

func NewServerClusterIdWithDefaults() *ServerClusterId

NewServerClusterIdWithDefaults instantiates a new ServerClusterId 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

GetScope

func (o *ServerClusterId) GetScope() map[string]map[string]interface{}

GetScope returns the Scope field if non-nil, zero value otherwise.

GetScopeOk

func (o *ServerClusterId) GetScopeOk() (*map[string]map[string]interface{}, bool)

GetScopeOk returns a tuple with the Scope field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetScope

func (o *ServerClusterId) SetScope(v map[string]map[string]interface{})

SetScope sets Scope field to given value.

HasScope

func (o *ServerClusterId) HasScope() bool

HasScope returns a boolean if a field has been set.

GetId

func (o *ServerClusterId) GetId() string

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

GetIdOk

func (o *ServerClusterId) GetIdOk() (*string, 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 *ServerClusterId) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ServerClusterId) HasId() bool

HasId returns a boolean if a field has been set.

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