Class: DatadogAPIClient::V2::GcpUcConfigResponseDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GcpUcConfigResponseDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb
Overview
The definition of GcpUcConfigResponseDataAttributes
object.
Instance Attribute Summary collapse
-
#account_id ⇒ Object
The
attributes
account_id
. -
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#bucket_name ⇒ Object
The
attributes
bucket_name
. -
#created_at ⇒ Object
The
attributes
created_at
. -
#dataset ⇒ Object
The
attributes
dataset
. -
#error_messages ⇒ Object
The
attributes
error_messages
. -
#export_prefix ⇒ Object
The
attributes
export_prefix
. -
#export_project_name ⇒ Object
The
attributes
export_project_name
. -
#months ⇒ Object
The
attributes
months
. -
#project_id ⇒ Object
The
attributes
project_id
. -
#service_account ⇒ Object
The
attributes
service_account
. -
#status ⇒ Object
The
attributes
status
. -
#status_updated_at ⇒ Object
The
attributes
status_updated_at
. -
#updated_at ⇒ Object
The
attributes
updated_at
.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id ⇒ Object
The attributes
account_id
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 25 def account_id @account_id end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
63 64 65 |
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 63 def additional_properties @additional_properties end |
#bucket_name ⇒ Object
The attributes
bucket_name
.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 28 def bucket_name @bucket_name end |
#created_at ⇒ Object
The attributes
created_at
.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 31 def created_at @created_at end |
#dataset ⇒ Object
The attributes
dataset
.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 34 def dataset @dataset end |
#error_messages ⇒ Object
The attributes
error_messages
.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 37 def @error_messages end |
#export_prefix ⇒ Object
The attributes
export_prefix
.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 40 def export_prefix @export_prefix end |
#export_project_name ⇒ Object
The attributes
export_project_name
.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 43 def export_project_name @export_project_name end |
#months ⇒ Object
The attributes
months
.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 46 def months @months end |
#project_id ⇒ Object
The attributes
project_id
.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 49 def project_id @project_id end |
#service_account ⇒ Object
The attributes
service_account
.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 52 def service_account @service_account end |
#status ⇒ Object
The attributes
status
.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 55 def status @status end |
#status_updated_at ⇒ Object
The attributes
status_updated_at
.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 58 def status_updated_at @status_updated_at end |
#updated_at ⇒ Object
The attributes
updated_at
.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/gcp_uc_config_response_data_attributes.rb', line 61 def updated_at @updated_at end |