FirewallPolicyRuleOperationMetadata.fromJson constructor
FirewallPolicyRuleOperationMetadata.fromJson(
- Map json_
Implementation
FirewallPolicyRuleOperationMetadata.fromJson(core.Map json_)
: this(allocatedPriority: json_['allocatedPriority'] as core.int?);