Skip to content

Latest commit

 

History

History
80 lines (45 loc) · 2.63 KB

OriginInspectorEntry.md

File metadata and controls

80 lines (45 loc) · 2.63 KB

OriginInspectorEntry

Properties

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]

Methods

NewOriginInspectorEntry

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

NewOriginInspectorEntryWithDefaults

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

GetDimensions

func (o *OriginInspectorEntry) GetDimensions() OriginInspectorDimensions

GetDimensions returns the Dimensions field if non-nil, zero value otherwise.

GetDimensionsOk

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.

SetDimensions

func (o *OriginInspectorEntry) SetDimensions(v OriginInspectorDimensions)

SetDimensions sets Dimensions field to given value.

HasDimensions

func (o *OriginInspectorEntry) HasDimensions() bool

HasDimensions returns a boolean if a field has been set.

GetValues

func (o *OriginInspectorEntry) GetValues() []OriginInspectorValues

GetValues returns the Values field if non-nil, zero value otherwise.

GetValuesOk

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.

SetValues

func (o *OriginInspectorEntry) SetValues(v []OriginInspectorValues)

SetValues sets Values field to given value.

HasValues

func (o *OriginInspectorEntry) HasValues() bool

HasValues returns a boolean if a field has been set.

Back to API list | Back to README