Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 3.62 KB

File metadata and controls

129 lines (70 loc) · 3.62 KB

MetricDataSourceRefRep

Properties

Name Type Description Notes
Key string
EnvironmentKey Pointer to string [optional]
Name Pointer to string [optional]
IntegrationKey Pointer to string [optional]

Methods

NewMetricDataSourceRefRep

func NewMetricDataSourceRefRep(key string, ) *MetricDataSourceRefRep

NewMetricDataSourceRefRep instantiates a new MetricDataSourceRefRep 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

NewMetricDataSourceRefRepWithDefaults

func NewMetricDataSourceRefRepWithDefaults() *MetricDataSourceRefRep

NewMetricDataSourceRefRepWithDefaults instantiates a new MetricDataSourceRefRep 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

GetKey

func (o *MetricDataSourceRefRep) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *MetricDataSourceRefRep) 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.

SetKey

func (o *MetricDataSourceRefRep) SetKey(v string)

SetKey sets Key field to given value.

GetEnvironmentKey

func (o *MetricDataSourceRefRep) GetEnvironmentKey() string

GetEnvironmentKey returns the EnvironmentKey field if non-nil, zero value otherwise.

GetEnvironmentKeyOk

func (o *MetricDataSourceRefRep) GetEnvironmentKeyOk() (*string, bool)

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

SetEnvironmentKey

func (o *MetricDataSourceRefRep) SetEnvironmentKey(v string)

SetEnvironmentKey sets EnvironmentKey field to given value.

HasEnvironmentKey

func (o *MetricDataSourceRefRep) HasEnvironmentKey() bool

HasEnvironmentKey returns a boolean if a field has been set.

GetName

func (o *MetricDataSourceRefRep) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *MetricDataSourceRefRep) 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.

SetName

func (o *MetricDataSourceRefRep) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *MetricDataSourceRefRep) HasName() bool

HasName returns a boolean if a field has been set.

GetIntegrationKey

func (o *MetricDataSourceRefRep) GetIntegrationKey() string

GetIntegrationKey returns the IntegrationKey field if non-nil, zero value otherwise.

GetIntegrationKeyOk

func (o *MetricDataSourceRefRep) GetIntegrationKeyOk() (*string, bool)

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

SetIntegrationKey

func (o *MetricDataSourceRefRep) SetIntegrationKey(v string)

SetIntegrationKey sets IntegrationKey field to given value.

HasIntegrationKey

func (o *MetricDataSourceRefRep) HasIntegrationKey() bool

HasIntegrationKey returns a boolean if a field has been set.

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