Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.85 KB

File metadata and controls

93 lines (50 loc) · 2.85 KB

GetKubernetesLogsHistogramInvalidQuery

Properties

Name Type Description Notes
Type string
Message string
Query string

Methods

NewGetKubernetesLogsHistogramInvalidQuery

func NewGetKubernetesLogsHistogramInvalidQuery(type_ string, message string, query string, ) *GetKubernetesLogsHistogramInvalidQuery

NewGetKubernetesLogsHistogramInvalidQuery instantiates a new GetKubernetesLogsHistogramInvalidQuery 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

NewGetKubernetesLogsHistogramInvalidQueryWithDefaults

func NewGetKubernetesLogsHistogramInvalidQueryWithDefaults() *GetKubernetesLogsHistogramInvalidQuery

NewGetKubernetesLogsHistogramInvalidQueryWithDefaults instantiates a new GetKubernetesLogsHistogramInvalidQuery 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 *GetKubernetesLogsHistogramInvalidQuery) GetType() string

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

GetTypeOk

func (o *GetKubernetesLogsHistogramInvalidQuery) 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 *GetKubernetesLogsHistogramInvalidQuery) SetType(v string)

SetType sets Type field to given value.

GetMessage

func (o *GetKubernetesLogsHistogramInvalidQuery) GetMessage() string

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

GetMessageOk

func (o *GetKubernetesLogsHistogramInvalidQuery) 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 *GetKubernetesLogsHistogramInvalidQuery) SetMessage(v string)

SetMessage sets Message field to given value.

GetQuery

func (o *GetKubernetesLogsHistogramInvalidQuery) GetQuery() string

GetQuery returns the Query field if non-nil, zero value otherwise.

GetQueryOk

func (o *GetKubernetesLogsHistogramInvalidQuery) 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.

SetQuery

func (o *GetKubernetesLogsHistogramInvalidQuery) SetQuery(v string)

SetQuery sets Query field to given value.

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