GoogleCloudContactcenterinsightsV1ImportIssueModelRequest.fromJson constructor
GoogleCloudContactcenterinsightsV1ImportIssueModelRequest.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1ImportIssueModelRequest.fromJson(
core.Map json_,
) : this(
createNewModel: json_['createNewModel'] as core.bool?,
gcsSource:
json_.containsKey('gcsSource')
? GoogleCloudContactcenterinsightsV1ImportIssueModelRequestGcsSource.fromJson(
json_['gcsSource'] as core.Map<core.String, core.dynamic>,
)
: null,
parent: json_['parent'] as core.String?,
);