Name | Type | Description | Notes |
---|---|---|---|
RangeName | string | Name of the time range. Possible values are: - `now`, - `second`, - `minute`, - `hour`, - `day`, - `today`, - `week`, - `month`, - `year` |
func NewLiteralTimeRangeBoundaryAllOf(rangeName string, ) *LiteralTimeRangeBoundaryAllOf
NewLiteralTimeRangeBoundaryAllOf instantiates a new LiteralTimeRangeBoundaryAllOf 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 NewLiteralTimeRangeBoundaryAllOfWithDefaults() *LiteralTimeRangeBoundaryAllOf
NewLiteralTimeRangeBoundaryAllOfWithDefaults instantiates a new LiteralTimeRangeBoundaryAllOf 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 *LiteralTimeRangeBoundaryAllOf) GetRangeName() string
GetRangeName returns the RangeName field if non-nil, zero value otherwise.
func (o *LiteralTimeRangeBoundaryAllOf) 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 *LiteralTimeRangeBoundaryAllOf) SetRangeName(v string)
SetRangeName sets RangeName field to given value.