IngressIpAllowlistRule.fromJson constructor

IngressIpAllowlistRule.fromJson(
  1. Map json_
)

Implementation

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