Share via


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
int

The flags for this CAA record as an integer between 0 and 255.

Default value: None
tag
str

The tag for this CAA record.

Default value: None
value
str

The value for this CAA record.

Default value: None

Variables

Name Description
flags
int

The flags for this CAA record as an integer between 0 and 255.

tag
str

The tag for this CAA record.

value
str

The value for this CAA record.