Class LookupDmarcDomainOptions
LookupDmarcDomainOptions
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "LookupDmarcDomainOptions")]
public class LookupDmarcDomainOptions : IValidatableObject
Constructors
View SourceLookupDmarcDomainOptions()
Initializes a new instance of the LookupDmarcDomainOptions class.
Declaration
[JsonConstructor]
protected LookupDmarcDomainOptions()
LookupDmarcDomainOptions(string)
Initializes a new instance of the LookupDmarcDomainOptions class.
Declaration
public LookupDmarcDomainOptions(string host = null)
Parameters
Type | Name | Description |
---|---|---|
string | host | host (required). |
Properties
View SourceHost
Gets or Sets Host
Declaration
[DataMember(Name = "host", IsRequired = true, EmitDefaultValue = true)]
public string Host { get; set; }
Property Value
Type | Description |
---|---|
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 |