CreateApplicationRequestV2

uk.gov.hmrc.apiplatform.modules.applications.core.interface.models.CreateApplicationRequestV2
See theCreateApplicationRequestV2 companion object
case class CreateApplicationRequestV2(name: ApplicationName, access: StandardAccessDataToCopy, description: Option[String], environment: Environment, collaborators: Set[Collaborator], upliftRequest: UpliftRequest, requestedBy: String, sandboxApplicationId: ApplicationId) extends CreateApplicationRequest

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
CreateApplicationRequest

Concrete fields

lazy val anySubscriptions: Set[ApiIdentifier]