Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.63 KB

File metadata and controls

114 lines (61 loc) · 3.63 KB

GetKubernetesLogsAutocompleteInvalidTimeRange

Properties

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)

Methods

NewGetKubernetesLogsAutocompleteInvalidTimeRange

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

NewGetKubernetesLogsAutocompleteInvalidTimeRangeWithDefaults

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

GetType

func (o *GetKubernetesLogsAutocompleteInvalidTimeRange) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *GetKubernetesLogsAutocompleteInvalidTimeRange) SetType(v string)

SetType sets Type field to given value.

GetMessage

func (o *GetKubernetesLogsAutocompleteInvalidTimeRange) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

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.

SetMessage

func (o *GetKubernetesLogsAutocompleteInvalidTimeRange) SetMessage(v string)

SetMessage sets Message field to given value.

GetFrom

func (o *GetKubernetesLogsAutocompleteInvalidTimeRange) GetFrom() int32

GetFrom returns the From field if non-nil, zero value otherwise.

GetFromOk

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.

SetFrom

func (o *GetKubernetesLogsAutocompleteInvalidTimeRange) SetFrom(v int32)

SetFrom sets From field to given value.

GetTo

func (o *GetKubernetesLogsAutocompleteInvalidTimeRange) GetTo() int32

GetTo returns the To field if non-nil, zero value otherwise.

GetToOk

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.

SetTo

func (o *GetKubernetesLogsAutocompleteInvalidTimeRange) SetTo(v int32)

SetTo sets To field to given value.

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