WorkloadPolicyConfig.fromJson constructor
WorkloadPolicyConfig.fromJson(
- Map json_
Implementation
WorkloadPolicyConfig.fromJson(core.Map json_)
: this(
allowNetAdmin: json_['allowNetAdmin'] as core.bool?,
autopilotCompatibilityAuditingEnabled:
json_['autopilotCompatibilityAuditingEnabled'] as core.bool?,
);