GoogleCloudContactcenterinsightsV1ExportIssueModelRequest.fromJson constructor
GoogleCloudContactcenterinsightsV1ExportIssueModelRequest.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1ExportIssueModelRequest.fromJson(
core.Map json_,
) : this(
gcsDestination:
json_.containsKey('gcsDestination')
? GoogleCloudContactcenterinsightsV1ExportIssueModelRequestGcsDestination.fromJson(
json_['gcsDestination']
as core.Map<core.String, core.dynamic>,
)
: null,
name: json_['name'] as core.String?,
);