Table of Contents

Class DomainsResource

Namespace
Google.Apis.Admin.Directory.directory_v1
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

The "domains" collection of methods.

public class DomainsResource
Inheritance
DomainsResource
Inherited Members

Constructors

DomainsResource(IClientService)

Constructs a new resource.

public DomainsResource(IClientService service)

Parameters

service IClientService

Methods

Delete(string, string)

Deletes a domain of the customer.

public virtual DomainsResource.DeleteRequest Delete(string customer, string domainName)

Parameters

customer string

Immutable ID of the G Suite account.

domainName string

Name of domain to be deleted

Returns

DomainsResource.DeleteRequest

Get(string, string)

Retrieves a domain of the customer.

public virtual DomainsResource.GetRequest Get(string customer, string domainName)

Parameters

customer string

Immutable ID of the G Suite account.

domainName string

Name of domain to be retrieved

Returns

DomainsResource.GetRequest

Insert(Domains, string)

Inserts a domain of the customer.

public virtual DomainsResource.InsertRequest Insert(Domains body, string customer)

Parameters

body Domains

The body of the request.

customer string

Immutable ID of the G Suite account.

Returns

DomainsResource.InsertRequest

List(string)

Lists the domains of the customer.

public virtual DomainsResource.ListRequest List(string customer)

Parameters

customer string

Immutable ID of the G Suite account.

Returns

DomainsResource.ListRequest