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