Class: DatadogAPIClient::V2::TableResultV2DataAttributesFileMetadataOneOfAccessDetailsGcpDetail
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TableResultV2DataAttributesFileMetadataOneOfAccessDetailsGcpDetail
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb
Overview
The definition of TableResultV2DataAttributesFileMetadataOneOfAccessDetailsGcpDetail
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#file_path ⇒ Object
The relative file path from the GCS bucket root to the CSV file.
-
#gcp_bucket_name ⇒ Object
The name of the GCP bucket.
-
#gcp_project_id ⇒ Object
The ID of the GCP project.
-
#gcp_service_account_email ⇒ Object
The email of the GCP service account.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb', line 36 def additional_properties @additional_properties end |
#file_path ⇒ Object
The relative file path from the GCS bucket root to the CSV file.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb', line 25 def file_path @file_path end |
#gcp_bucket_name ⇒ Object
The name of the GCP bucket.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb', line 28 def gcp_bucket_name @gcp_bucket_name end |
#gcp_project_id ⇒ Object
The ID of the GCP project.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb', line 31 def gcp_project_id @gcp_project_id end |
#gcp_service_account_email ⇒ Object
The email of the GCP service account.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb', line 34 def gcp_service_account_email @gcp_service_account_email end |