Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.25 KB

InstalledCollectorOfflineTrackerAllOf.md

File metadata and controls

56 lines (31 loc) · 2.25 KB

InstalledCollectorOfflineTrackerAllOf

Properties

Name Type Description Notes
MinutesSinceLastHeartbeat Pointer to string The number of minutes since the last heartbeat for the collector was received. [optional]

Methods

NewInstalledCollectorOfflineTrackerAllOf

func NewInstalledCollectorOfflineTrackerAllOf() *InstalledCollectorOfflineTrackerAllOf

NewInstalledCollectorOfflineTrackerAllOf instantiates a new InstalledCollectorOfflineTrackerAllOf 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

NewInstalledCollectorOfflineTrackerAllOfWithDefaults

func NewInstalledCollectorOfflineTrackerAllOfWithDefaults() *InstalledCollectorOfflineTrackerAllOf

NewInstalledCollectorOfflineTrackerAllOfWithDefaults instantiates a new InstalledCollectorOfflineTrackerAllOf 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

GetMinutesSinceLastHeartbeat

func (o *InstalledCollectorOfflineTrackerAllOf) GetMinutesSinceLastHeartbeat() string

GetMinutesSinceLastHeartbeat returns the MinutesSinceLastHeartbeat field if non-nil, zero value otherwise.

GetMinutesSinceLastHeartbeatOk

func (o *InstalledCollectorOfflineTrackerAllOf) GetMinutesSinceLastHeartbeatOk() (*string, bool)

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

SetMinutesSinceLastHeartbeat

func (o *InstalledCollectorOfflineTrackerAllOf) SetMinutesSinceLastHeartbeat(v string)

SetMinutesSinceLastHeartbeat sets MinutesSinceLastHeartbeat field to given value.

HasMinutesSinceLastHeartbeat

func (o *InstalledCollectorOfflineTrackerAllOf) HasMinutesSinceLastHeartbeat() bool

HasMinutesSinceLastHeartbeat returns a boolean if a field has been set.

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