public RepeatedField<ResourceRecord> ResourceRecords { get; }
The resource records required to configure this domain mapping. These
records must be added to the domain's DNS configuration in order to
serve the application via this domain mapping.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `DomainMapping` class, which represents a domain serving an App Engine application, in the `Google.Cloud.AppEngine.V1` namespace for .NET."],["The latest version of `DomainMapping` available is 2.4.0, although this page specifically pertains to version 2.0.0 of the class."],["`DomainMapping` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class includes properties like `Id`, `Name`, `ResourceRecords`, and `SslSettings`, which manage the domain's identity, its full path, DNS configuration records, and SSL settings, respectively."],["The `DomainMapping` class has two constructors: one default constructor and another that accepts another `DomainMapping` instance as a parameter for copying its content."]]],[]]