Name | Type | Description | Notes |
---|---|---|---|
Key | string | A unique key to reference the metric group | |
Name | string | A human-friendly name for the metric group | |
Kind | string | The type of the metric group | |
Links | map[string]Link | The location and content type of related resources |
func NewDependentMetricGroupRep(key string, name string, kind string, links map[string]Link, ) *DependentMetricGroupRep
NewDependentMetricGroupRep instantiates a new DependentMetricGroupRep 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 NewDependentMetricGroupRepWithDefaults() *DependentMetricGroupRep
NewDependentMetricGroupRepWithDefaults instantiates a new DependentMetricGroupRep 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 *DependentMetricGroupRep) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *DependentMetricGroupRep) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DependentMetricGroupRep) SetKey(v string)
SetKey sets Key field to given value.
func (o *DependentMetricGroupRep) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DependentMetricGroupRep) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DependentMetricGroupRep) SetName(v string)
SetName sets Name field to given value.
func (o *DependentMetricGroupRep) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *DependentMetricGroupRep) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DependentMetricGroupRep) SetKind(v string)
SetKind sets Kind field to given value.
func (o *DependentMetricGroupRep) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *DependentMetricGroupRep) GetLinksOk() (*map[string]Link, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DependentMetricGroupRep) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.