Name | Type | Description | Notes |
---|---|---|---|
Date | Pointer to string | [optional] | |
Zone | Pointer to string | [optional] | |
Upstream | Pointer to string | [optional] | |
Status | Pointer to bool | [optional] | |
Message | Pointer to string | [optional] |
func NewHealthCheckReportDetail() *HealthCheckReportDetail
NewHealthCheckReportDetail instantiates a new HealthCheckReportDetail 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 NewHealthCheckReportDetailWithDefaults() *HealthCheckReportDetail
NewHealthCheckReportDetailWithDefaults instantiates a new HealthCheckReportDetail 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 *HealthCheckReportDetail) GetDate() string
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *HealthCheckReportDetail) GetDateOk() (*string, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthCheckReportDetail) SetDate(v string)
SetDate sets Date field to given value.
func (o *HealthCheckReportDetail) HasDate() bool
HasDate returns a boolean if a field has been set.
func (o *HealthCheckReportDetail) GetZone() string
GetZone returns the Zone field if non-nil, zero value otherwise.
func (o *HealthCheckReportDetail) GetZoneOk() (*string, bool)
GetZoneOk returns a tuple with the Zone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthCheckReportDetail) SetZone(v string)
SetZone sets Zone field to given value.
func (o *HealthCheckReportDetail) HasZone() bool
HasZone returns a boolean if a field has been set.
func (o *HealthCheckReportDetail) GetUpstream() string
GetUpstream returns the Upstream field if non-nil, zero value otherwise.
func (o *HealthCheckReportDetail) GetUpstreamOk() (*string, bool)
GetUpstreamOk returns a tuple with the Upstream field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthCheckReportDetail) SetUpstream(v string)
SetUpstream sets Upstream field to given value.
func (o *HealthCheckReportDetail) HasUpstream() bool
HasUpstream returns a boolean if a field has been set.
func (o *HealthCheckReportDetail) GetStatus() bool
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *HealthCheckReportDetail) GetStatusOk() (*bool, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthCheckReportDetail) SetStatus(v bool)
SetStatus sets Status field to given value.
func (o *HealthCheckReportDetail) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *HealthCheckReportDetail) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *HealthCheckReportDetail) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthCheckReportDetail) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *HealthCheckReportDetail) HasMessage() bool
HasMessage returns a boolean if a field has been set.