Class SearchDomainsResponse (1.0.0)

public sealed class SearchDomainsResponse : IMessage<SearchDomainsResponse>, IEquatable<SearchDomainsResponse>, IDeepCloneable<SearchDomainsResponse>, IBufferMessage, IMessage

Response for the SearchDomains method.

Inheritance

Object > SearchDomainsResponse

Namespace

Google.Cloud.Domains.V1

Assembly

Google.Cloud.Domains.V1.dll

Constructors

SearchDomainsResponse()

public SearchDomainsResponse()

SearchDomainsResponse(SearchDomainsResponse)

public SearchDomainsResponse(SearchDomainsResponse other)
Parameter
NameDescription
otherSearchDomainsResponse

Properties

RegisterParameters

public RepeatedField<RegisterParameters> RegisterParameters { get; }

Results of the domain name search.

Property Value
TypeDescription
RepeatedField<RegisterParameters>