isSecondary property

bool? isSecondary
getter/setter pair

Whether this is a domain for a secondary app, meaning that any subdomain provided is significant and will be stored as part of the domain. This is useful for supporting multiple apps (one primary and multiple secondaries) on the same root domain (eTLD+1).

Implementation

bool? isSecondary;