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 is used to represent a domain serving an App Engine application and is part of the `Google.Cloud.AppEngine.V1` namespace within the `Google.Cloud.AppEngine.V1.dll` assembly."],["This class implements multiple interfaces including `IMessage`, `IEquatable\u003cDomainMapping\u003e`, `IDeepCloneable\u003cDomainMapping\u003e`, and `IBufferMessage`, allowing for message manipulation, equality checks, deep cloning, and buffer message capabilities."],["The `DomainMapping` class has constructors for creating a new instance and for creating a copy of an existing `DomainMapping` instance."],["Key properties of the `DomainMapping` class include `Id`, `Name`, `ResourceRecords`, and `SslSettings`, representing the domain's identifier, full API path, required DNS resource records, and SSL configuration, respectively."],["The available documentation includes multiple versions of the API reference, from version 1.0.0 to the latest version 2.4.0, along with documentation for the current version 1.2.0."]]],[]]