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 `DomainMapping` class within the Google.Cloud.AppEngine.V1 namespace represents a domain that serves an App Engine application, offering functionalities for domain management."],["The latest version available for this documentation is 2.4.0, with the provided details specifically referencing version 2.2.0 of the DomainMapping class."],["The `DomainMapping` class includes properties such as `Id`, `Name`, `ResourceRecords`, and `SslSettings` to manage and configure domain settings for App Engine applications."],["This documentation provides details about the `DomainMapping` class, including its inheritance, implementation of interfaces, constructors, and the properties associated with it, such as the type of value they return."],["This class implements interfaces such as IMessage, IEquatable, and IDeepCloneable, and it also inherits members from the base object class, which are GetHashCode(), GetType() and ToString()."]]],[]]