GoogleCloudRunV2BuildInfo.fromJson constructor
GoogleCloudRunV2BuildInfo.fromJson(
- Map json_
Implementation
GoogleCloudRunV2BuildInfo.fromJson(core.Map json_)
: this(
functionTarget: json_['functionTarget'] as core.String?,
sourceLocation: json_['sourceLocation'] as core.String?,
);