CloudControl.fromJson constructor

CloudControl.fromJson(
  1. Map json_
)

Implementation

CloudControl.fromJson(core.Map json_)
  : this(
      cloudControlName: json_['cloudControlName'] as core.String?,
      policyType: json_['policyType'] as core.String?,
      type: json_['type'] as core.String?,
      version: json_['version'] as core.int?,
    );