EphemeralStorageLocalSsdConfig.fromJson constructor

EphemeralStorageLocalSsdConfig.fromJson(
  1. Map json_
)

Implementation

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