GoogleCloudRunV2RevisionScalingStatus.fromJson constructor

GoogleCloudRunV2RevisionScalingStatus.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRunV2RevisionScalingStatus.fromJson(core.Map json_)
  : this(
      desiredMinInstanceCount: json_['desiredMinInstanceCount'] as core.int?,
    );