Class: DatadogAPIClient::V2::UCConfigPairDataAttributesConfigsItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UCConfigPairDataAttributesConfigsItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb
Overview
The definition of UCConfigPairDataAttributesConfigsItems
object.
Instance Attribute Summary collapse
-
#account_id ⇒ Object
The
items
account_id
. -
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#client_id ⇒ Object
The
items
client_id
. -
#created_at ⇒ Object
The
items
created_at
. -
#dataset_type ⇒ Object
The
items
dataset_type
. -
#error_messages ⇒ Object
The
items
error_messages
. -
#export_name ⇒ Object
The
items
export_name
. -
#export_path ⇒ Object
The
items
export_path
. -
#id ⇒ Object
The
items
id
. -
#months ⇒ Object
The
items
months
. -
#scope ⇒ Object
The
items
scope
. -
#status ⇒ Object
The
items
status
. -
#status_updated_at ⇒ Object
The
items
status_updated_at
. -
#storage_account ⇒ Object
The
items
storage_account
. -
#storage_container ⇒ Object
The
items
storage_container
. -
#updated_at ⇒ Object
The
items
updated_at
.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id ⇒ Object
The items
account_id
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 25 def account_id @account_id end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
69 70 71 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 69 def additional_properties @additional_properties end |
#client_id ⇒ Object
The items
client_id
.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 28 def client_id @client_id end |
#created_at ⇒ Object
The items
created_at
.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 31 def created_at @created_at end |
#dataset_type ⇒ Object
The items
dataset_type
.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 34 def dataset_type @dataset_type end |
#error_messages ⇒ Object
The items
error_messages
.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 37 def @error_messages end |
#export_name ⇒ Object
The items
export_name
.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 40 def export_name @export_name end |
#export_path ⇒ Object
The items
export_path
.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 43 def export_path @export_path end |
#id ⇒ Object
The items
id
.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 46 def id @id end |
#months ⇒ Object
The items
months
.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 49 def months @months end |
#scope ⇒ Object
The items
scope
.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 52 def scope @scope end |
#status ⇒ Object
The items
status
.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 55 def status @status end |
#status_updated_at ⇒ Object
The items
status_updated_at
.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 58 def status_updated_at @status_updated_at end |
#storage_account ⇒ Object
The items
storage_account
.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 61 def storage_account @storage_account end |
#storage_container ⇒ Object
The items
storage_container
.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 64 def storage_container @storage_container end |
#updated_at ⇒ Object
The items
updated_at
.
67 68 69 |
# File 'lib/datadog_api_client/v2/models/uc_config_pair_data_attributes_configs_items.rb', line 67 def updated_at @updated_at end |