ServiceSignUp

data class ServiceSignUp(val enabled: Boolean, val termsOfService: ServiceSignUpTermsOfService)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, termsOfService: ServiceSignUpTermsOfService)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Can users sign up on the development portal?

Link copied to clipboard

A terms_of_service block as defined below.