GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest.fromJson constructor
GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest.fromJson(
- Map json_
Implementation
GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest.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,
);