| Name | Type | Description | Notes |
|---|---|---|---|
| ResultType | string | ||
| Result | []PromSampleInner | This is always a tuple represented as an array with in first position the unix timestamp as a float with precision 3 in seconds) and in second position the sample value as a string. |
func NewPromDataString(resultType string, result []PromSampleInner, ) *PromDataString
NewPromDataString instantiates a new PromDataString 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 NewPromDataStringWithDefaults() *PromDataString
NewPromDataStringWithDefaults instantiates a new PromDataString 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 *PromDataString) GetResultType() string
GetResultType returns the ResultType field if non-nil, zero value otherwise.
func (o *PromDataString) GetResultTypeOk() (*string, bool)
GetResultTypeOk returns a tuple with the ResultType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PromDataString) SetResultType(v string)
SetResultType sets ResultType field to given value.
func (o *PromDataString) GetResult() []PromSampleInner
GetResult returns the Result field if non-nil, zero value otherwise.
func (o *PromDataString) GetResultOk() (*[]PromSampleInner, bool)
GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PromDataString) SetResult(v []PromSampleInner)
SetResult sets Result field to given value.