TopLevelDomainAgreementOption Class

Options for retrieving the list of top level domain legal agreements.

Inheritance
azure.mgmt.web._serialization.Model
TopLevelDomainAgreementOption

Constructor

TopLevelDomainAgreementOption(*, include_privacy: bool | None = None, for_transfer: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
include_privacy

If <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <code>false</code>.

for_transfer

If <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.

Variables

Name Description
include_privacy

If <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <code>false</code>.

for_transfer

If <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.