Class: DatadogAPIClient::V2::PatchTableRequestDataAttributesFileMetadataCloudStorage
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PatchTableRequestDataAttributesFileMetadataCloudStorage
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_cloud_storage.rb
Overview
Cloud storage file metadata for patch requests. Allows partial updates of access_details and sync_enabled.
Instance Attribute Summary collapse
-
#access_details ⇒ Object
The definition of
PatchTableRequestDataAttributesFileMetadataOneOfAccessDetails
object. -
#sync_enabled ⇒ Object
Whether this table is synced automatically.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#access_details ⇒ Object
The definition of PatchTableRequestDataAttributesFileMetadataOneOfAccessDetails
object.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_cloud_storage.rb', line 25 def access_details @access_details end |
#sync_enabled ⇒ Object
Whether this table is synced automatically.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_cloud_storage.rb', line 28 def sync_enabled @sync_enabled end |