Sha256: 187d850bfbcdc0fd35b17cd25416e1e767795211cbf27ba179881a5fc4d513e0
Contents?: true
Size: 682 Bytes
Versions: 7
Compression:
Stored size: 682 Bytes
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
7 entries across 7 versions & 1 rubygems