GoogleCloudPolicytroubleshooterIamV3ConditionContextEffectiveTag.fromJson constructor
GoogleCloudPolicytroubleshooterIamV3ConditionContextEffectiveTag.fromJson(
- Map json_
Implementation
GoogleCloudPolicytroubleshooterIamV3ConditionContextEffectiveTag.fromJson(
core.Map json_,
) : this(
inherited: json_['inherited'] as core.bool?,
namespacedTagKey: json_['namespacedTagKey'] as core.String?,
namespacedTagValue: json_['namespacedTagValue'] as core.String?,
tagKey: json_['tagKey'] as core.String?,
tagKeyParentName: json_['tagKeyParentName'] as core.String?,
tagValue: json_['tagValue'] as core.String?,
);