available property

bool? available
final

Indicates if the specified CNAME is available:

  • true : The CNAME is available.
  • false : The CNAME is not available.

Implementation

final bool? available;