Class SearchDomainsResponse
Response for the SearchDomains
method.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class SearchDomainsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RegisterParameters
Results of the domain name search.
Declaration
[JsonProperty("registerParameters")]
public virtual IList<RegisterParameters> RegisterParameters { get; set; }
Property Value
Type | Description |
---|---|
IList<RegisterParameters> |