Class CheckDnsPropagationOptions
CheckDnsPropagationOptions
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "CheckDnsPropagationOptions")]
public class CheckDnsPropagationOptions : IValidatableObject
Constructors
View SourceCheckDnsPropagationOptions()
Initializes a new instance of the CheckDnsPropagationOptions class.
Declaration
[JsonConstructor]
protected CheckDnsPropagationOptions()
CheckDnsPropagationOptions(string, RecordTypeEnum, string, string)
Initializes a new instance of the CheckDnsPropagationOptions class.
Declaration
public CheckDnsPropagationOptions(string host = null, CheckDnsPropagationOptions.RecordTypeEnum recordType = (CheckDnsPropagationOptions.RecordTypeEnum)0, string expectedValue = null, string captchaToken = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | host | host (required). |
| CheckDnsPropagationOptions.RecordTypeEnum | recordType | Domain Name Server Record Types (required). |
| string | expectedValue | expectedValue. |
| string | captchaToken | captchaToken. |
Properties
View SourceCaptchaToken
Gets or Sets CaptchaToken
Declaration
[DataMember(Name = "captchaToken", EmitDefaultValue = false)]
public string CaptchaToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExpectedValue
Gets or Sets ExpectedValue
Declaration
[DataMember(Name = "expectedValue", EmitDefaultValue = false)]
public string ExpectedValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Host
Gets or Sets Host
Declaration
[DataMember(Name = "host", IsRequired = true, EmitDefaultValue = true)]
public string Host { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RecordType
Domain Name Server Record Types
Declaration
[DataMember(Name = "recordType", IsRequired = true, EmitDefaultValue = true)]
public CheckDnsPropagationOptions.RecordTypeEnum RecordType { get; set; }
Property Value
| Type | Description |
|---|---|
| CheckDnsPropagationOptions.RecordTypeEnum | Domain Name Server Record Types |
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 |