| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Message | string | ||
| Query | string |
func NewGetKubernetesLogsInvalidQuery(type_ string, message string, query string, ) *GetKubernetesLogsInvalidQuery
NewGetKubernetesLogsInvalidQuery instantiates a new GetKubernetesLogsInvalidQuery 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 NewGetKubernetesLogsInvalidQueryWithDefaults() *GetKubernetesLogsInvalidQuery
NewGetKubernetesLogsInvalidQueryWithDefaults instantiates a new GetKubernetesLogsInvalidQuery 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 *GetKubernetesLogsInvalidQuery) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsInvalidQuery) 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 *GetKubernetesLogsInvalidQuery) SetType(v string)
SetType sets Type field to given value.
func (o *GetKubernetesLogsInvalidQuery) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsInvalidQuery) 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 *GetKubernetesLogsInvalidQuery) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *GetKubernetesLogsInvalidQuery) GetQuery() string
GetQuery returns the Query field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsInvalidQuery) 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 *GetKubernetesLogsInvalidQuery) SetQuery(v string)
SetQuery sets Query field to given value.