Name | Type | Description | Notes |
---|---|---|---|
ObjectType | string | A discriminator value to disambiguate the schema of a HTTP GET response body. | |
Count | Pointer to int32 | The total number of 'console.ConsoleConfig' resources matching the request, accross all pages. The 'Count' attribute is included when the HTTP GET request includes the '$inlinecount' parameter. | [optional] |
Results | Pointer to []MoTagKeySummary | [optional] |
func NewConsoleConsoleConfigResponse(objectType string, ) *ConsoleConsoleConfigResponse
NewConsoleConsoleConfigResponse instantiates a new ConsoleConsoleConfigResponse 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 NewConsoleConsoleConfigResponseWithDefaults() *ConsoleConsoleConfigResponse
NewConsoleConsoleConfigResponseWithDefaults instantiates a new ConsoleConsoleConfigResponse 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 *ConsoleConsoleConfigResponse) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *ConsoleConsoleConfigResponse) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsoleConsoleConfigResponse) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *ConsoleConsoleConfigResponse) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *ConsoleConsoleConfigResponse) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsoleConsoleConfigResponse) SetCount(v int32)
SetCount sets Count field to given value.
func (o *ConsoleConsoleConfigResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *ConsoleConsoleConfigResponse) GetResults() []MoTagKeySummary
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *ConsoleConsoleConfigResponse) GetResultsOk() (*[]MoTagKeySummary, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsoleConsoleConfigResponse) SetResults(v []MoTagKeySummary)
SetResults sets Results field to given value.
func (o *ConsoleConsoleConfigResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (o *ConsoleConsoleConfigResponse) SetResultsNil(b bool)
SetResultsNil sets the value for Results to be an explicit nil
func (o *ConsoleConsoleConfigResponse) UnsetResults()
UnsetResults ensures that no value is present for Results, not even an explicit nil