Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 839 Bytes

CustomDnsrecordResponse.md

File metadata and controls

20 lines (15 loc) · 839 Bytes

openapi.model.CustomDnsrecordResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
eDnsrecordType String The type of the Dnsrecord
eDnsrecordValidation String The validation of the Dnsrecord
sDnsrecordName String The name of the Dnsrecord
sDnsrecordValue String The value of the Dnsrecord [optional]
sDnsrecordExpectedvalue String The expected value of the Dnsrecord [optional]
bDnsrecordMustMatch bool Whether the Dnsrecord must match or not

[Back to Model list] [Back to API list] [Back to README]