GoogleCloudApigeeV1NodeConfig.fromJson constructor

GoogleCloudApigeeV1NodeConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1NodeConfig.fromJson(core.Map json_)
    : this(
        currentAggregateNodeCount:
            json_['currentAggregateNodeCount'] as core.String?,
        maxNodeCount: json_['maxNodeCount'] as core.String?,
        minNodeCount: json_['minNodeCount'] as core.String?,
      );