PatchBlockRegistrationDomainData

class PatchBlockRegistrationDomainData[source]

PatchBlockRegistrationDomainData(type: “t.Literal[‘block’]”, domain: ‘Maybe[str]’ = Nothing, match_subdomains: ‘Maybe[bool]’ = Nothing)

type: Literal['block']

The type of rule.

domain: Just[str] | _Nothing[str] = Nothing

The email domain to match.

match_subdomains: Just[bool] | _Nothing[bool] = Nothing

Whether to also match subdomains.