GetEffectiveOrgPolicyRequest.fromJson constructor
GetEffectiveOrgPolicyRequest.fromJson(
- Map json_
Implementation
GetEffectiveOrgPolicyRequest.fromJson(core.Map json_)
: this(
constraint: json_['constraint'] as core.String?,
);