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