GoogleCloudRunV2RevisionScaling.fromJson constructor

GoogleCloudRunV2RevisionScaling.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRunV2RevisionScaling.fromJson(core.Map json_)
    : this(
        maxInstanceCount: json_['maxInstanceCount'] as core.int?,
        minInstanceCount: json_['minInstanceCount'] as core.int?,
      );