CaaRecord Class
A CAA record.
Constructor
CaaRecord(*, flags: int | None = None, tag: str | None = None, value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
flags
|
The flags for this CAA record as an integer between 0 and 255. Default value: None
|
tag
|
The tag for this CAA record. Default value: None
|
value
|
The value for this CAA record. Default value: None
|