WorkloadPolicyConfig.fromJson constructor

WorkloadPolicyConfig.fromJson(
  1. Map json_
)

Implementation

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