GoogleCloudRunV2ExportImageRequest.fromJson constructor

GoogleCloudRunV2ExportImageRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRunV2ExportImageRequest.fromJson(core.Map json_)
    : this(
        destinationRepo: json_.containsKey('destinationRepo')
            ? json_['destinationRepo'] as core.String
            : null,
      );