Name | Type | Description | Notes |
---|---|---|---|
DefaultSettings | Pointer to PerfAdvisorSettingsFormData | [optional] | |
UniverseSettings | Pointer to PerfAdvisorSettingsFormData | [optional] |
func NewPerfAdvisorSettingsWithDefaults() *PerfAdvisorSettingsWithDefaults
NewPerfAdvisorSettingsWithDefaults instantiates a new PerfAdvisorSettingsWithDefaults 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 NewPerfAdvisorSettingsWithDefaultsWithDefaults() *PerfAdvisorSettingsWithDefaults
NewPerfAdvisorSettingsWithDefaultsWithDefaults instantiates a new PerfAdvisorSettingsWithDefaults 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 *PerfAdvisorSettingsWithDefaults) GetDefaultSettings() PerfAdvisorSettingsFormData
GetDefaultSettings returns the DefaultSettings field if non-nil, zero value otherwise.
func (o *PerfAdvisorSettingsWithDefaults) GetDefaultSettingsOk() (*PerfAdvisorSettingsFormData, bool)
GetDefaultSettingsOk returns a tuple with the DefaultSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerfAdvisorSettingsWithDefaults) SetDefaultSettings(v PerfAdvisorSettingsFormData)
SetDefaultSettings sets DefaultSettings field to given value.
func (o *PerfAdvisorSettingsWithDefaults) HasDefaultSettings() bool
HasDefaultSettings returns a boolean if a field has been set.
func (o *PerfAdvisorSettingsWithDefaults) GetUniverseSettings() PerfAdvisorSettingsFormData
GetUniverseSettings returns the UniverseSettings field if non-nil, zero value otherwise.
func (o *PerfAdvisorSettingsWithDefaults) GetUniverseSettingsOk() (*PerfAdvisorSettingsFormData, bool)
GetUniverseSettingsOk returns a tuple with the UniverseSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerfAdvisorSettingsWithDefaults) SetUniverseSettings(v PerfAdvisorSettingsFormData)
SetUniverseSettings sets UniverseSettings field to given value.
func (o *PerfAdvisorSettingsWithDefaults) HasUniverseSettings() bool
HasUniverseSettings returns a boolean if a field has been set.