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