GetEffectiveOrgPolicyRequest.fromJson constructor

GetEffectiveOrgPolicyRequest.fromJson(
  1. Map json_
)

Implementation

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