PatchBaseRegistrationDomainData

class PatchBaseRegistrationDomainData[source]

PatchBaseRegistrationDomainData(domain: ‘Maybe[str]’ = Nothing, match_subdomains: ‘Maybe[bool]’ = Nothing)

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

The email domain to match.

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

Whether to also match subdomains.