CreateApplicationRequestV1

uk.gov.hmrc.apiplatform.modules.applications.core.interface.models.CreateApplicationRequestV1
See theCreateApplicationRequestV1 companion object
case class CreateApplicationRequestV1(name: ApplicationName, access: CreationAccess, description: Option[String], environment: Environment, collaborators: Set[Collaborator], subscriptions: Option[Set[ApiIdentifier]]) 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]