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