ChangeIpAllowlist
uk.gov.hmrc.apiplatform.modules.commands.applications.domain.models.ApplicationCommands.ChangeIpAllowlist
case class ChangeIpAllowlist(actor: Actor, timestamp: Instant, required: Boolean, oldIpAllowlist: List[CidrBlock], newIpAllowlist: List[CidrBlock]) extends IpAllowListCommand
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass IpAllowListCommandtrait ApplicationCommandclass Objecttrait Matchableclass Any
Members list
In this article