Class GoogleCloudContactcenterinsightsV1mainOutputConfigGoogleSheetsDestination
Google Sheets destination configuration.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1mainOutputConfigGoogleSheetsDestination : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sheet
Optional. The sheet name.
Declaration
[JsonProperty("sheet")]
public virtual string Sheet { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SpreadsheetId
Optional. An existing Google Sheets ID.
Declaration
[JsonProperty("spreadsheetId")]
public virtual string SpreadsheetId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |