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."],[[["The `DomainMapping` class is used to define a domain that serves an App Engine application, including properties like `Id`, `Name`, `ResourceRecords`, and `SslSettings`."],["The latest version of this class is 2.4.0, but previous versions back to 1.0.0 are available, with the documentation provided for each version in the list."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, cloning, and buffer management."],["The `ResourceRecords` property contains the DNS records necessary for configuring the domain mapping to serve the application, which are marked as output-only."],["`SslSettings` allows for the SSL configuration of the domain, and if left unconfigured, the domain will not use SSL."]]],[]]