public sealed class SearchDomainsResponse : IMessage<SearchDomainsResponse>, IEquatable<SearchDomainsResponse>, IDeepCloneable<SearchDomainsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Domains v1 API class SearchDomainsResponse.
Response for the SearchDomains method.
Implements
IMessageSearchDomainsResponse, IEquatableSearchDomainsResponse, IDeepCloneableSearchDomainsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Assembly
Google.Cloud.Domains.V1.dll
Constructors
SearchDomainsResponse()
public SearchDomainsResponse()SearchDomainsResponse(SearchDomainsResponse)
public SearchDomainsResponse(SearchDomainsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchDomainsResponse |
Properties
RegisterParameters
public RepeatedField<RegisterParameters> RegisterParameters { get; }Results of the domain name search.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRegisterParameters |
|