| Name | Type | Description | Notes |
|---|---|---|---|
| SuppressAllUniverses | Pointer to bool | Suppress health check notifications on all the universes (including future universes) | [optional] |
| UniverseUUIDSet | Pointer to []string | Set of universe uuids to suppress health check notifications on | [optional] |
func NewSuppressHealthCheckNotificationsConfig() *SuppressHealthCheckNotificationsConfig
NewSuppressHealthCheckNotificationsConfig instantiates a new SuppressHealthCheckNotificationsConfig 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 NewSuppressHealthCheckNotificationsConfigWithDefaults() *SuppressHealthCheckNotificationsConfig
NewSuppressHealthCheckNotificationsConfigWithDefaults instantiates a new SuppressHealthCheckNotificationsConfig 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 *SuppressHealthCheckNotificationsConfig) GetSuppressAllUniverses() bool
GetSuppressAllUniverses returns the SuppressAllUniverses field if non-nil, zero value otherwise.
func (o *SuppressHealthCheckNotificationsConfig) GetSuppressAllUniversesOk() (*bool, bool)
GetSuppressAllUniversesOk returns a tuple with the SuppressAllUniverses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SuppressHealthCheckNotificationsConfig) SetSuppressAllUniverses(v bool)
SetSuppressAllUniverses sets SuppressAllUniverses field to given value.
func (o *SuppressHealthCheckNotificationsConfig) HasSuppressAllUniverses() bool
HasSuppressAllUniverses returns a boolean if a field has been set.
func (o *SuppressHealthCheckNotificationsConfig) GetUniverseUUIDSet() []string
GetUniverseUUIDSet returns the UniverseUUIDSet field if non-nil, zero value otherwise.
func (o *SuppressHealthCheckNotificationsConfig) GetUniverseUUIDSetOk() (*[]string, bool)
GetUniverseUUIDSetOk returns a tuple with the UniverseUUIDSet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SuppressHealthCheckNotificationsConfig) SetUniverseUUIDSet(v []string)
SetUniverseUUIDSet sets UniverseUUIDSet field to given value.
func (o *SuppressHealthCheckNotificationsConfig) HasUniverseUUIDSet() bool
HasUniverseUUIDSet returns a boolean if a field has been set.