Class LookupBimiDomainResults
LookupBimiDomainResults
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "LookupBimiDomainResults")]
public class LookupBimiDomainResults : IValidatableObjectConstructors
View SourceLookupBimiDomainResults()
Initializes a new instance of the LookupBimiDomainResults class.
Declaration
[JsonConstructor]
protected LookupBimiDomainResults()LookupBimiDomainResults(bool, DNSLookupOptions, List<DNSLookupResult>, List<string>, List<string>)
Initializes a new instance of the LookupBimiDomainResults class.
Declaration
public LookupBimiDomainResults(bool valid = false, DNSLookupOptions query = null, List<DNSLookupResult> records = null, List<string> errors = null, List<string> warnings = null)Parameters
| Type | Name | Description | 
|---|---|---|
| bool | valid | valid (required). | 
| DNSLookupOptions | query | query (required). | 
| List<DNSLookupResult> | records | records (required). | 
| List<string> | errors | errors (required). | 
| List<string> | warnings | warnings (required). | 
Properties
View SourceErrors
Gets or Sets Errors
Declaration
[DataMember(Name = "errors", IsRequired = true, EmitDefaultValue = true)]
public List<string> Errors { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | 
Query
Gets or Sets Query
Declaration
[DataMember(Name = "query", IsRequired = true, EmitDefaultValue = true)]
public DNSLookupOptions Query { get; set; }Property Value
| Type | Description | 
|---|---|
| DNSLookupOptions | 
Records
Gets or Sets Records
Declaration
[DataMember(Name = "records", IsRequired = true, EmitDefaultValue = true)]
public List<DNSLookupResult> Records { get; set; }Property Value
| Type | Description | 
|---|---|
| List<DNSLookupResult> | 
Valid
Gets or Sets Valid
Declaration
[DataMember(Name = "valid", IsRequired = true, EmitDefaultValue = true)]
public bool Valid { get; set; }Property Value
| Type | Description | 
|---|---|
| bool | 
Warnings
Gets or Sets Warnings
Declaration
[DataMember(Name = "warnings", IsRequired = true, EmitDefaultValue = true)]
public List<string> Warnings { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | 
Methods
View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()Returns
| Type | Description | 
|---|---|
| string | JSON string presentation of the object | 
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()Returns
| Type | Description | 
|---|---|
| string | String presentation of the object |