Class: DatadogAPIClient::V2::IntegrationAccountDataflowStatus

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/integration_account_dataflow_status.rb

Overview

Read-only collection status of a dataflow.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v2/models/integration_account_dataflow_status.rb', line 33

def additional_properties
  @additional_properties
end

#healthObject

Collection health of a single dataflow.



25
26
27
# File 'lib/datadog_api_client/v2/models/integration_account_dataflow_status.rb', line 25

def health
  @health
end

#messageObject

Human-readable detail, populated when the dataflow is not healthy.



28
29
30
# File 'lib/datadog_api_client/v2/models/integration_account_dataflow_status.rb', line 28

def message
  @message
end

#updated_atObject

Time the status was last computed.



31
32
33
# File 'lib/datadog_api_client/v2/models/integration_account_dataflow_status.rb', line 31

def updated_at
  @updated_at
end