GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanationAnnotatedPermissionMatching.fromJson constructor

GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanationAnnotatedPermissionMatching.fromJson(
  1. Map json_
)

Implementation

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