GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest class
The request to export insights.
Constructors
- GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest({GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination? bigQueryDestination, String? filter, String? kmsKey, String? parent, String? writeDisposition})
- GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest.fromJson(Map json_)
Properties
- bigQueryDestination ↔ GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination?
-
Specified if sink is a BigQuery table.
getter/setter pair
- filter ↔ String?
-
A filter to reduce results to a specific subset.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kmsKey ↔ String?
-
A fully qualified KMS key name for BigQuery tables protected by CMEK.
getter/setter pair
- parent ↔ String?
-
The parent resource to export data from.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- writeDisposition ↔ String?
-
Options for what to do if the destination table already exists.
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited