GoogleCloudContactcenterinsightsV1ImportIssueModelRequest class
Request to import an issue model.
Constructors
- GoogleCloudContactcenterinsightsV1ImportIssueModelRequest({bool? createNewModel, GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource? gcsSource, String? parent})
- GoogleCloudContactcenterinsightsV1ImportIssueModelRequest.fromJson(Map json_)
Properties
- createNewModel ↔ bool?
-
If set to true, will create an issue model from the imported file with
randomly generated IDs for the issue model and corresponding issues.
getter/setter pair
- gcsSource ↔ GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource?
-
Google Cloud Storage source message.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent ↔ String?
-
The parent resource of the issue model.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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