GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanationAnnotatedDenyPrincipalMatching.fromJson constructor

GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanationAnnotatedDenyPrincipalMatching.fromJson(
  1. Map json_
)

Implementation

GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanationAnnotatedDenyPrincipalMatching.fromJson(
  core.Map json_,
) : this(
      membership: json_['membership'] as core.String?,
      relevance: json_['relevance'] as core.String?,
    );