GoogleCloudRunV2ExportImageResponse.fromJson constructor
GoogleCloudRunV2ExportImageResponse.fromJson(
- Map json_
Implementation
GoogleCloudRunV2ExportImageResponse.fromJson(core.Map json_)
: this(
operationId: json_.containsKey('operationId')
? json_['operationId'] as core.String
: null,
);