GoogleCloudRun.fromJson constructor

GoogleCloudRun.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRun.fromJson(core.Map json_)
  : this(serviceUri: json_['serviceUri'] as core.String?);