TldLegalAgreement Class
Legal agreement for a top level domain.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.web._serialization.ModelTldLegalAgreement
Constructor
TldLegalAgreement(*, agreement_key: str, title: str, content: str, url: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
agreement_key
|
Unique identifier for the agreement. Required. |
title
|
Agreement title. Required. |
content
|
Agreement details. Required. |
url
|
URL where a copy of the agreement details is hosted. |
Variables
Name | Description |
---|---|
agreement_key
|
Unique identifier for the agreement. Required. |
title
|
Agreement title. Required. |
content
|
Agreement details. Required. |
url
|
URL where a copy of the agreement details is hosted. |