Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.92 KB

ServerHealthStatusDetails.md

File metadata and controls

56 lines (31 loc) · 1.92 KB

ServerHealthStatusDetails

Properties

Name Type Description Notes
LastOnlineUtc Pointer to map[string]interface{} The UTC time the server was last online [optional]

Methods

NewServerHealthStatusDetails

func NewServerHealthStatusDetails() *ServerHealthStatusDetails

NewServerHealthStatusDetails instantiates a new ServerHealthStatusDetails 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

NewServerHealthStatusDetailsWithDefaults

func NewServerHealthStatusDetailsWithDefaults() *ServerHealthStatusDetails

NewServerHealthStatusDetailsWithDefaults instantiates a new ServerHealthStatusDetails 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

GetLastOnlineUtc

func (o *ServerHealthStatusDetails) GetLastOnlineUtc() map[string]interface{}

GetLastOnlineUtc returns the LastOnlineUtc field if non-nil, zero value otherwise.

GetLastOnlineUtcOk

func (o *ServerHealthStatusDetails) GetLastOnlineUtcOk() (*map[string]interface{}, bool)

GetLastOnlineUtcOk returns a tuple with the LastOnlineUtc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLastOnlineUtc

func (o *ServerHealthStatusDetails) SetLastOnlineUtc(v map[string]interface{})

SetLastOnlineUtc sets LastOnlineUtc field to given value.

HasLastOnlineUtc

func (o *ServerHealthStatusDetails) HasLastOnlineUtc() bool

HasLastOnlineUtc returns a boolean if a field has been set.

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