Name | Type | Description | Notes |
---|---|---|---|
Dimensions | Pointer to OriginInspectorDimensions | [optional] | |
Values | Pointer to []OriginInspectorValues | An array of values representing the metric values at each point in time. Note that this dataset is sparse: only the keys with non-zero values will be included in the record. | [optional] |
func NewOriginInspectorEntry() *OriginInspectorEntry
NewOriginInspectorEntry instantiates a new OriginInspectorEntry 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 NewOriginInspectorEntryWithDefaults() *OriginInspectorEntry
NewOriginInspectorEntryWithDefaults instantiates a new OriginInspectorEntry 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 *OriginInspectorEntry) GetDimensions() OriginInspectorDimensions
GetDimensions returns the Dimensions field if non-nil, zero value otherwise.
func (o *OriginInspectorEntry) GetDimensionsOk() (*OriginInspectorDimensions, bool)
GetDimensionsOk returns a tuple with the Dimensions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginInspectorEntry) SetDimensions(v OriginInspectorDimensions)
SetDimensions sets Dimensions field to given value.
func (o *OriginInspectorEntry) HasDimensions() bool
HasDimensions returns a boolean if a field has been set.
func (o *OriginInspectorEntry) GetValues() []OriginInspectorValues
GetValues returns the Values field if non-nil, zero value otherwise.
func (o *OriginInspectorEntry) GetValuesOk() (*[]OriginInspectorValues, bool)
GetValuesOk returns a tuple with the Values field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginInspectorEntry) SetValues(v []OriginInspectorValues)
SetValues sets Values field to given value.
func (o *OriginInspectorEntry) HasValues() bool
HasValues returns a boolean if a field has been set.