Name | Type | Description | Notes |
---|---|---|---|
Metrics | Pointer to ResponseCodesMetrics | [optional] | |
Metadata | Pointer to MetricsMetadataProperties | [optional] |
func NewGetResponseCodesMetricsResult() *GetResponseCodesMetricsResult
NewGetResponseCodesMetricsResult instantiates a new GetResponseCodesMetricsResult 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 NewGetResponseCodesMetricsResultWithDefaults() *GetResponseCodesMetricsResult
NewGetResponseCodesMetricsResultWithDefaults instantiates a new GetResponseCodesMetricsResult 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 *GetResponseCodesMetricsResult) GetMetrics() ResponseCodesMetrics
GetMetrics returns the Metrics field if non-nil, zero value otherwise.
func (o *GetResponseCodesMetricsResult) GetMetricsOk() (*ResponseCodesMetrics, bool)
GetMetricsOk returns a tuple with the Metrics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetResponseCodesMetricsResult) SetMetrics(v ResponseCodesMetrics)
SetMetrics sets Metrics field to given value.
func (o *GetResponseCodesMetricsResult) HasMetrics() bool
HasMetrics returns a boolean if a field has been set.
func (o *GetResponseCodesMetricsResult) GetMetadata() MetricsMetadataProperties
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *GetResponseCodesMetricsResult) GetMetadataOk() (*MetricsMetadataProperties, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetResponseCodesMetricsResult) SetMetadata(v MetricsMetadataProperties)
SetMetadata sets Metadata field to given value.
func (o *GetResponseCodesMetricsResult) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.