| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| MonitoringLevel | Pointer to string | [optional] |
func NewHealthCheckZone() *HealthCheckZone
NewHealthCheckZone instantiates a new HealthCheckZone 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 NewHealthCheckZoneWithDefaults() *HealthCheckZone
NewHealthCheckZoneWithDefaults instantiates a new HealthCheckZone 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 *HealthCheckZone) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *HealthCheckZone) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthCheckZone) SetId(v string)
SetId sets Id field to given value.
func (o *HealthCheckZone) HasId() bool
HasId returns a boolean if a field has been set.
func (o *HealthCheckZone) GetMonitoringLevel() string
GetMonitoringLevel returns the MonitoringLevel field if non-nil, zero value otherwise.
func (o *HealthCheckZone) GetMonitoringLevelOk() (*string, bool)
GetMonitoringLevelOk returns a tuple with the MonitoringLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthCheckZone) SetMonitoringLevel(v string)
SetMonitoringLevel sets MonitoringLevel field to given value.
func (o *HealthCheckZone) HasMonitoringLevel() bool
HasMonitoringLevel returns a boolean if a field has been set.