Class: DatadogAPIClient::V2::GCPUsageCostConfigPostRequestAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_idObject

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
end

#bucket_nameObject

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_nameObject

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_prefixObject

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_nameObject

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_accountObject

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
end