BasicScaling.fromJson constructor

BasicScaling.fromJson(
  1. Map json_
)

Implementation

BasicScaling.fromJson(core.Map json_)
    : this(
        idleTimeout: json_['idleTimeout'] as core.String?,
        maxInstances: json_['maxInstances'] as core.int?,
      );