Structs§
- CreateTXT
Record - Request parameters for adding a TXT record.
- CreateTXT
Record Response - CreateTXT
Record Result - Delete
Record - Request parameters for deleting a record.
- Delete
Record Response - Delete
Record Result - ModifyTXT
Record - Request parameters for modifying a TXT record.
- ModifyTXT
Record Response - ModifyTXT
Record Result
Enums§
- Record
Line - DNSPod record line values.
- Record
Type - Supported DNSPod record types (defaults to TXT when used in builders).
Functions§
- create_
txt_ record_ async - Call DNSPod
CreateRecordwith the async client. - create_
txt_ record_ blocking - Call DNSPod
CreateRecordwith the blocking client. - delete_
record_ async - Call DNSPod
DeleteRecordwith the async client. - delete_
record_ blocking - Call DNSPod
DeleteRecordwith the blocking client. - modify_
txt_ record_ async - Call DNSPod
ModifyRecordwith the async client. - modify_
txt_ record_ blocking - Call DNSPod
ModifyRecordwith the blocking client.