$PolicyControllerResourceList.fromJson constructor

$PolicyControllerResourceList.fromJson(
  1. Map json_
)

Implementation

$PolicyControllerResourceList.fromJson(core.Map json_)
  : this(
      cpu: json_['cpu'] as core.String?,
      memory: json_['memory'] as core.String?,
    );