| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Message | string | ||
| From | int32 | Date/time representation in milliseconds since epoch (1970-01-01 00:00:00) | |
| To | int32 | Date/time representation in milliseconds since epoch (1970-01-01 00:00:00) | |
| Query | string |
func NewGetKubernetesLogsHistogramBadRequest(type_ string, message string, from int32, to int32, query string, ) *GetKubernetesLogsHistogramBadRequest
NewGetKubernetesLogsHistogramBadRequest instantiates a new GetKubernetesLogsHistogramBadRequest 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 NewGetKubernetesLogsHistogramBadRequestWithDefaults() *GetKubernetesLogsHistogramBadRequest
NewGetKubernetesLogsHistogramBadRequestWithDefaults instantiates a new GetKubernetesLogsHistogramBadRequest 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 *GetKubernetesLogsHistogramBadRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsHistogramBadRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetKubernetesLogsHistogramBadRequest) SetType(v string)
SetType sets Type field to given value.
func (o *GetKubernetesLogsHistogramBadRequest) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsHistogramBadRequest) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetKubernetesLogsHistogramBadRequest) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *GetKubernetesLogsHistogramBadRequest) GetFrom() int32
GetFrom returns the From field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsHistogramBadRequest) GetFromOk() (*int32, bool)
GetFromOk returns a tuple with the From field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetKubernetesLogsHistogramBadRequest) SetFrom(v int32)
SetFrom sets From field to given value.
func (o *GetKubernetesLogsHistogramBadRequest) GetTo() int32
GetTo returns the To field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsHistogramBadRequest) GetToOk() (*int32, bool)
GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetKubernetesLogsHistogramBadRequest) SetTo(v int32)
SetTo sets To field to given value.
func (o *GetKubernetesLogsHistogramBadRequest) GetQuery() string
GetQuery returns the Query field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsHistogramBadRequest) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetKubernetesLogsHistogramBadRequest) SetQuery(v string)
SetQuery sets Query field to given value.