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-04-17 UTC."],[[["The latest version for the `DomainMapping` resource is 2.4.0, with several earlier versions available, going back to version 1.0.0."],["`DomainMapping` is a class used to define a domain that serves an App Engine application, and it inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DomainMapping` class includes properties such as `Id`, `Name`, `ResourceRecords`, and `SslSettings` for configuring and managing the domain's settings."],["The `ResourceRecords` property describes the DNS configurations, and `SslSettings` is for SSL configurations of the domain."],["This resource is under the `Google.Cloud.AppEngine.V1` namespace, and the information provided specifically refers to the 1.4.0 version of this assembly."]]],[]]