Class CustomersResource.CustomColumnsResource.ListRequest
Returns all the custom columns associated with the customer in full detail.
Inheritance
CustomersResource.CustomColumnsResource.ListRequest
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class CustomersResource.CustomColumnsResource.ListRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V0ServicesListCustomColumnsResponse>, IClientServiceRequest<GoogleAdsSearchads360V0ServicesListCustomColumnsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string customerId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | customerId |
Properties
CustomerId
Required. The ID of the customer to apply the CustomColumn list operation to.
Declaration
[RequestParameter("customerId", RequestParameterType.Path)]
public virtual string CustomerId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()