Class CustomersResource
The "customers" collection of methods.
Inherited Members
Namespace: Google.Apis.SA360.v0
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class CustomersResource
Constructors
CustomersResource(IClientService)
Constructs a new resource.
Declaration
public CustomersResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
CustomColumns
Gets the CustomColumns resource.
Declaration
public virtual CustomersResource.CustomColumnsResource CustomColumns { get; }
Property Value
| Type | Description |
|---|---|
| CustomersResource.CustomColumnsResource |
SearchAds360
Gets the SearchAds360 resource.
Declaration
public virtual CustomersResource.SearchAds360Resource SearchAds360 { get; }
Property Value
| Type | Description |
|---|---|
| CustomersResource.SearchAds360Resource |
Methods
ListAccessibleCustomers()
Returns resource names of customers directly accessible by the user authenticating the call. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError
Declaration
public virtual CustomersResource.ListAccessibleCustomersRequest ListAccessibleCustomers()
Returns
| Type | Description |
|---|---|
| CustomersResource.ListAccessibleCustomersRequest |