Name | Type | Description | Notes |
---|---|---|---|
RangeName | string | Name of the complete time range. Possible values are: - `today`, - `yesterday`, - `previous_week`, - `previous_month`. |
func NewCompleteLiteralTimeRange(rangeName string, ) *CompleteLiteralTimeRange
NewCompleteLiteralTimeRange instantiates a new CompleteLiteralTimeRange 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 NewCompleteLiteralTimeRangeWithDefaults() *CompleteLiteralTimeRange
NewCompleteLiteralTimeRangeWithDefaults instantiates a new CompleteLiteralTimeRange 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 *CompleteLiteralTimeRange) GetRangeName() string
GetRangeName returns the RangeName field if non-nil, zero value otherwise.
func (o *CompleteLiteralTimeRange) GetRangeNameOk() (*string, bool)
GetRangeNameOk returns a tuple with the RangeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompleteLiteralTimeRange) SetRangeName(v string)
SetRangeName sets RangeName field to given value.