OSPolicyResourceComplianceExecResourceOutput.fromJson constructor
OSPolicyResourceComplianceExecResourceOutput.fromJson(
- Map _json
Implementation
OSPolicyResourceComplianceExecResourceOutput.fromJson(core.Map _json)
: this(
enforcementOutput: _json.containsKey('enforcementOutput')
? _json['enforcementOutput'] as core.String
: null,
);