Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.71 KB

LogsMissingDataConditionAllOf.md

File metadata and controls

51 lines (28 loc) · 1.71 KB

LogsMissingDataConditionAllOf

Properties

Name Type Description Notes
TimeRange string The relative time range of the monitor.

Methods

NewLogsMissingDataConditionAllOf

func NewLogsMissingDataConditionAllOf(timeRange string, ) *LogsMissingDataConditionAllOf

NewLogsMissingDataConditionAllOf instantiates a new LogsMissingDataConditionAllOf 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

NewLogsMissingDataConditionAllOfWithDefaults

func NewLogsMissingDataConditionAllOfWithDefaults() *LogsMissingDataConditionAllOf

NewLogsMissingDataConditionAllOfWithDefaults instantiates a new LogsMissingDataConditionAllOf 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

GetTimeRange

func (o *LogsMissingDataConditionAllOf) GetTimeRange() string

GetTimeRange returns the TimeRange field if non-nil, zero value otherwise.

GetTimeRangeOk

func (o *LogsMissingDataConditionAllOf) GetTimeRangeOk() (*string, bool)

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

SetTimeRange

func (o *LogsMissingDataConditionAllOf) SetTimeRange(v string)

SetTimeRange sets TimeRange field to given value.

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