GoogleCloudRunV2BuildInfo.fromJson constructor

GoogleCloudRunV2BuildInfo.fromJson(
  1. Map json_
)

Implementation

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