Sha256: 27bebfbf93f9af1abe7aadbb915b1f95caf35455a650c135fc2d7a7e0b6d2fc4
Contents?: true
Size: 1.24 KB
Versions: 2
Compression:
Stored size: 1.24 KB
Contents
# DatadogAPIClient::V2::LogsArchiveDestinationGCS ## Properties | Name | Type | Description | Notes | | --------------- | --------------------------------------------------------------------- | -------------------------------------------- | -------------------------- | | **bucket** | **String** | The bucket where the archive will be stored. | | | **integration** | [**LogsArchiveIntegrationGCS**](LogsArchiveIntegrationGCS.md) | | | | **path** | **String** | The archive path. | [optional] | | **type** | [**LogsArchiveDestinationGCSType**](LogsArchiveDestinationGCSType.md) | | [default to 'gcs'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsArchiveDestinationGCS.new( bucket: bucket-name, integration: null, path: null, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsArchiveDestinationGCS.md |
datadog_api_client-1.5.0 | docs/v2/LogsArchiveDestinationGCS.md |