| 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) |
func NewGetKubernetesLogsAutocompleteInvalidTimeRange(type_ string, message string, from int32, to int32, ) *GetKubernetesLogsAutocompleteInvalidTimeRange
NewGetKubernetesLogsAutocompleteInvalidTimeRange instantiates a new GetKubernetesLogsAutocompleteInvalidTimeRange 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 NewGetKubernetesLogsAutocompleteInvalidTimeRangeWithDefaults() *GetKubernetesLogsAutocompleteInvalidTimeRange
NewGetKubernetesLogsAutocompleteInvalidTimeRangeWithDefaults instantiates a new GetKubernetesLogsAutocompleteInvalidTimeRange 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 *GetKubernetesLogsAutocompleteInvalidTimeRange) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsAutocompleteInvalidTimeRange) 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 *GetKubernetesLogsAutocompleteInvalidTimeRange) SetType(v string)
SetType sets Type field to given value.
func (o *GetKubernetesLogsAutocompleteInvalidTimeRange) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsAutocompleteInvalidTimeRange) 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 *GetKubernetesLogsAutocompleteInvalidTimeRange) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *GetKubernetesLogsAutocompleteInvalidTimeRange) GetFrom() int32
GetFrom returns the From field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsAutocompleteInvalidTimeRange) 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 *GetKubernetesLogsAutocompleteInvalidTimeRange) SetFrom(v int32)
SetFrom sets From field to given value.
func (o *GetKubernetesLogsAutocompleteInvalidTimeRange) GetTo() int32
GetTo returns the To field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsAutocompleteInvalidTimeRange) 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 *GetKubernetesLogsAutocompleteInvalidTimeRange) SetTo(v int32)
SetTo sets To field to given value.