Class DomainSendingRecord
Inheritance
System.Object
DomainSendingRecord
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Mailgun.Outputs
Assembly: Pulumi.Mailgun.dll
Syntax
public sealed class DomainSendingRecord
Fields
View SourceName
The domain to add to Mailgun
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RecordType
The record type.
Declaration
public readonly string RecordType
Field Value
| Type | Description |
|---|---|
| System.String |
Valid
"valid" if the record is valid.
Declaration
public readonly string Valid
Field Value
| Type | Description |
|---|---|
| System.String |
Value
The value of the record.
Declaration
public readonly string Value
Field Value
| Type | Description |
|---|---|
| System.String |