Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.21 KB

HealthCheckReportDetail.md

File metadata and controls

160 lines (87 loc) · 4.21 KB

HealthCheckReportDetail

Properties

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]

Methods

NewHealthCheckReportDetail

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

NewHealthCheckReportDetailWithDefaults

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

GetDate

func (o *HealthCheckReportDetail) GetDate() string

GetDate returns the Date field if non-nil, zero value otherwise.

GetDateOk

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.

SetDate

func (o *HealthCheckReportDetail) SetDate(v string)

SetDate sets Date field to given value.

HasDate

func (o *HealthCheckReportDetail) HasDate() bool

HasDate returns a boolean if a field has been set.

GetZone

func (o *HealthCheckReportDetail) GetZone() string

GetZone returns the Zone field if non-nil, zero value otherwise.

GetZoneOk

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.

SetZone

func (o *HealthCheckReportDetail) SetZone(v string)

SetZone sets Zone field to given value.

HasZone

func (o *HealthCheckReportDetail) HasZone() bool

HasZone returns a boolean if a field has been set.

GetUpstream

func (o *HealthCheckReportDetail) GetUpstream() string

GetUpstream returns the Upstream field if non-nil, zero value otherwise.

GetUpstreamOk

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.

SetUpstream

func (o *HealthCheckReportDetail) SetUpstream(v string)

SetUpstream sets Upstream field to given value.

HasUpstream

func (o *HealthCheckReportDetail) HasUpstream() bool

HasUpstream returns a boolean if a field has been set.

GetStatus

func (o *HealthCheckReportDetail) GetStatus() bool

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *HealthCheckReportDetail) SetStatus(v bool)

SetStatus sets Status field to given value.

HasStatus

func (o *HealthCheckReportDetail) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetMessage

func (o *HealthCheckReportDetail) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

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.

SetMessage

func (o *HealthCheckReportDetail) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *HealthCheckReportDetail) HasMessage() bool

HasMessage returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]