| Name | Type | Description | Notes |
|---|---|---|---|
| ContainerNames | []string | ||
| Levels | []LogSeverity |
func NewGetKubernetesLogsAutocompleteResult(containerNames []string, levels []LogSeverity, ) *GetKubernetesLogsAutocompleteResult
NewGetKubernetesLogsAutocompleteResult instantiates a new GetKubernetesLogsAutocompleteResult 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 NewGetKubernetesLogsAutocompleteResultWithDefaults() *GetKubernetesLogsAutocompleteResult
NewGetKubernetesLogsAutocompleteResultWithDefaults instantiates a new GetKubernetesLogsAutocompleteResult 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 *GetKubernetesLogsAutocompleteResult) GetContainerNames() []string
GetContainerNames returns the ContainerNames field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsAutocompleteResult) GetContainerNamesOk() (*[]string, bool)
GetContainerNamesOk returns a tuple with the ContainerNames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetKubernetesLogsAutocompleteResult) SetContainerNames(v []string)
SetContainerNames sets ContainerNames field to given value.
func (o *GetKubernetesLogsAutocompleteResult) GetLevels() []LogSeverity
GetLevels returns the Levels field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsAutocompleteResult) GetLevelsOk() (*[]LogSeverity, bool)
GetLevelsOk returns a tuple with the Levels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetKubernetesLogsAutocompleteResult) SetLevels(v []LogSeverity)
SetLevels sets Levels field to given value.