Show / Hide Table of Contents

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 Source

Name

The domain to add to Mailgun

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

RecordType

The record type.

Declaration
public readonly string RecordType
Field Value
Type Description
System.String
View Source

Valid

"valid" if the record is valid.

Declaration
public readonly string Valid
Field Value
Type Description
System.String
View Source

Value

The value of the record.

Declaration
public readonly string Value
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.