public sealed class SearchDomainsResponse : IMessage<SearchDomainsResponse>, IEquatable<SearchDomainsResponse>, IDeepCloneable<SearchDomainsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class SearchDomainsResponse.
[[["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 `SearchDomainsResponse` class is part of the Google Cloud Domains v1 API, specifically within the `Google.Cloud.Domains.V1` namespace."],["This class serves as the response type for the `SearchDomains` method, providing results related to domain name searches."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality for working with messages, comparisons, deep cloning, and buffer manipulation."],["The class contains a `RegisterParameters` property, which holds a list of `RegisterParameters` objects, providing details on the results of the domain name search."],["The most recent version of SearchDomainsResponse is version 2.4.0, and contains different versioned links all the way back to version 1.0.0."]]],[]]