GoogleCloudRunV2ExportImageResponse.fromJson constructor

GoogleCloudRunV2ExportImageResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRunV2ExportImageResponse.fromJson(core.Map json_)
    : this(
        operationId: json_['operationId'] as core.String?,
      );