Class CustomersResource.CustomColumnsResource
The "customColumns" collection of methods.
Inherited Members
Namespace: Google.Apis.SA360.v0
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class CustomersResource.CustomColumnsResource
Constructors
CustomColumnsResource(IClientService)
Constructs a new resource.
Declaration
public CustomColumnsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Returns the requested custom column in full detail.
Declaration
public virtual CustomersResource.CustomColumnsResource.GetRequest Get(string resourceName)
Parameters
Type | Name | Description |
---|---|---|
string | resourceName | Required. The resource name of the custom column to fetch. |
Returns
Type | Description |
---|---|
CustomersResource.CustomColumnsResource.GetRequest |
List(string)
Returns all the custom columns associated with the customer in full detail.
Declaration
public virtual CustomersResource.CustomColumnsResource.ListRequest List(string customerId)
Parameters
Type | Name | Description |
---|---|---|
string | customerId | Required. The ID of the customer to apply the CustomColumn list operation to. |
Returns
Type | Description |
---|---|
CustomersResource.CustomColumnsResource.ListRequest |