Class: DatadogAPIClient::V2::GCPUsageCostConfigPostRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GCPUsageCostConfigPostRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request_attributes.rb
Overview
Attributes for GCP Usage Cost config post request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#billing_account_id ⇒ Object
readonly
The GCP account ID.
-
#bucket_name ⇒ Object
readonly
The GCP bucket name used to store the Usage Cost export.
-
#export_dataset_name ⇒ Object
readonly
The export dataset name used for the GCP Usage Cost report.
-
#export_prefix ⇒ Object
The export prefix used for the GCP Usage Cost report.
-
#export_project_name ⇒ Object
readonly
The name of the GCP Usage Cost report.
-
#service_account ⇒ Object
readonly
The unique GCP service account email.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request_attributes.rb', line 42 def additional_properties @additional_properties end |
#billing_account_id ⇒ Object
The GCP account ID.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request_attributes.rb', line 25 def billing_account_id @billing_account_id end |
#bucket_name ⇒ Object
The GCP bucket name used to store the Usage Cost export.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request_attributes.rb', line 28 def bucket_name @bucket_name end |
#export_dataset_name ⇒ Object
The export dataset name used for the GCP Usage Cost report.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request_attributes.rb', line 31 def export_dataset_name @export_dataset_name end |
#export_prefix ⇒ Object
The export prefix used for the GCP Usage Cost report.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request_attributes.rb', line 34 def export_prefix @export_prefix end |
#export_project_name ⇒ Object
The name of the GCP Usage Cost report.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request_attributes.rb', line 37 def export_project_name @export_project_name end |
#service_account ⇒ Object
The unique GCP service account email.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request_attributes.rb', line 40 def service_account @service_account end |