GoogleChromePolicyVersionsV1DeleteGroupPolicyRequest.fromJson constructor

GoogleChromePolicyVersionsV1DeleteGroupPolicyRequest.fromJson(
  1. Map json_
)

Implementation

GoogleChromePolicyVersionsV1DeleteGroupPolicyRequest.fromJson(core.Map json_)
  : this(
      policySchema: json_['policySchema'] as core.String?,
      policyTargetKey: json_.containsKey('policyTargetKey')
          ? GoogleChromePolicyVersionsV1PolicyTargetKey.fromJson(
              json_['policyTargetKey'] as core.Map<core.String, core.dynamic>,
            )
          : null,
    );