IngressIpAllowlistRule.fromJson constructor
IngressIpAllowlistRule.fromJson(
- Map json_
Implementation
IngressIpAllowlistRule.fromJson(core.Map json_)
: this(
description: json_['description'] as core.String?,
ipRange: json_['ipRange'] as core.String?,
);