Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.67 KB

MetricsResponse.md

File metadata and controls

56 lines (31 loc) · 1.67 KB

MetricsResponse

Properties

Name Type Description Notes
Details Pointer to MetricsResponseDetails [optional]

Methods

NewMetricsResponse

func NewMetricsResponse() *MetricsResponse

NewMetricsResponse instantiates a new MetricsResponse 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

NewMetricsResponseWithDefaults

func NewMetricsResponseWithDefaults() *MetricsResponse

NewMetricsResponseWithDefaults instantiates a new MetricsResponse 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

GetDetails

func (o *MetricsResponse) GetDetails() MetricsResponseDetails

GetDetails returns the Details field if non-nil, zero value otherwise.

GetDetailsOk

func (o *MetricsResponse) GetDetailsOk() (*MetricsResponseDetails, bool)

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

SetDetails

func (o *MetricsResponse) SetDetails(v MetricsResponseDetails)

SetDetails sets Details field to given value.

HasDetails

func (o *MetricsResponse) HasDetails() bool

HasDetails returns a boolean if a field has been set.

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