Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1alpha1OutputConfigBigQueryDestination

BigQuery destination configuration.

Inheritance
object
GoogleCloudContactcenterinsightsV1alpha1OutputConfigBigQueryDestination
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1OutputConfigBigQueryDestination : IDirectResponseSchema

Properties

Dataset

Required. The name of the BigQuery dataset.

Declaration
[JsonProperty("dataset")]
public virtual string Dataset { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ProjectId

Optional. A project ID or number.

Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type Description
string

Table

Required. The BigQuery table name.

Declaration
[JsonProperty("table")]
public virtual string Table { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX