GetDomainsDomain

data class GetDomainsDomain(val acceleratorId: String, val domain: String, val id: String, val status: String)

Constructors

Link copied to clipboard
constructor(acceleratorId: String, domain: String, id: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the global acceleration instance.

Link copied to clipboard

The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.

Link copied to clipboard
val id: String

The ID of the Ga Domain.

Link copied to clipboard

The status of the resource. Valid values: illegal, inactive, active, unknown.