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 provides documentation for the `DomainMapping` class within the `Google.Cloud.AppEngine.V1` namespace, specifically for version 1.3.0."],["The `DomainMapping` class represents a domain serving an App Engine application and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It outlines the properties `Id`, `Name`, `ResourceRecords`, and `SslSettings` that are used to manage and configure the domain mapping, including SSL and DNS settings."],["The page lists the full documentation for the current and previous versions of `DomainMapping`, ranging from version 1.0.0 to 2.4.0, including links to each version."],["This page features various methods and properties inherited from `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, as well as its own constructor, `DomainMapping`."]]],[]]