Show / Hide Table of Contents

Class DomainReceivingRecord

Inheritance
System.Object
DomainReceivingRecord
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 DomainReceivingRecord

Fields

View Source

Priority

The priority of the record.

Declaration
public readonly string Priority
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.