Class DomainsResource
The "domains" collection of methods.
Inherited Members
Namespace: Google.Apis.PostmasterTools.v1beta1
Assembly: Google.Apis.PostmasterTools.v1beta1.dll
Syntax
public class DomainsResource
Constructors
DomainsResource(IClientService)
Constructs a new resource.
Declaration
public DomainsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
TrafficStats
Gets the TrafficStats resource.
Declaration
public virtual DomainsResource.TrafficStatsResource TrafficStats { get; }
Property Value
Type | Description |
---|---|
DomainsResource.TrafficStatsResource |
Methods
Get(string)
Gets a specific domain registered by the client. Returns NOT_FOUND if the domain does not exist.
Declaration
public virtual DomainsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The resource name of the domain. It should have the form |
Returns
Type | Description |
---|---|
DomainsResource.GetRequest |
List()
Lists the domains that have been registered by the client. The order of domains in the response is unspecified and non-deterministic. Newly created domains will not necessarily be added to the end of this list.
Declaration
public virtual DomainsResource.ListRequest List()
Returns
Type | Description |
---|---|
DomainsResource.ListRequest |