Name | Type | Description | Notes |
---|---|---|---|
ApiKey | Pointer to string | api_key is the last 4 digits of a Datadog API key. | [optional] |
ClusterId | string | ||
Site | DatadogSiteType | ||
Status | Pointer to MetricExportStatusType | [optional] | |
UserMessage | Pointer to string | [optional] |
func NewDatadogMetricExportInfo(clusterId string, site DatadogSiteType, ) *DatadogMetricExportInfo
NewDatadogMetricExportInfo instantiates a new DatadogMetricExportInfo 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 NewDatadogMetricExportInfoWithDefaults() *DatadogMetricExportInfo
NewDatadogMetricExportInfoWithDefaults instantiates a new DatadogMetricExportInfo 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 *DatadogMetricExportInfo) GetApiKey() string
GetApiKey returns the ApiKey field if non-nil, zero value otherwise.
func (o *DatadogMetricExportInfo) SetApiKey(v string)
SetApiKey sets ApiKey field to given value.
func (o *DatadogMetricExportInfo) GetClusterId() string
GetClusterId returns the ClusterId field if non-nil, zero value otherwise.
func (o *DatadogMetricExportInfo) SetClusterId(v string)
SetClusterId sets ClusterId field to given value.
func (o *DatadogMetricExportInfo) GetSite() DatadogSiteType
GetSite returns the Site field if non-nil, zero value otherwise.
func (o *DatadogMetricExportInfo) SetSite(v DatadogSiteType)
SetSite sets Site field to given value.
func (o *DatadogMetricExportInfo) GetStatus() MetricExportStatusType
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *DatadogMetricExportInfo) SetStatus(v MetricExportStatusType)
SetStatus sets Status field to given value.
func (o *DatadogMetricExportInfo) GetUserMessage() string
GetUserMessage returns the UserMessage field if non-nil, zero value otherwise.
func (o *DatadogMetricExportInfo) SetUserMessage(v string)
SetUserMessage sets UserMessage field to given value.