Class SavedColumnsResource.ListRequest
Retrieve the list of saved columns for a specified advertiser.
Inheritance
SavedColumnsResource.ListRequest
Inherited Members
Namespace: Google.Apis.Doubleclicksearch.v2
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class SavedColumnsResource.ListRequest : DoubleclicksearchBaseServiceRequest<SavedColumnList>, IClientServiceRequest<SavedColumnList>, IClientServiceRequest
Constructors
ListRequest(IClientService, long, long)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, long agencyId, long advertiserId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
long | agencyId | |
long | advertiserId |
Properties
AdvertiserId
DS ID of the advertiser.
Declaration
[RequestParameter("advertiserId", RequestParameterType.Path)]
public virtual long AdvertiserId { get; }
Property Value
Type | Description |
---|---|
long |
AgencyId
DS ID of the agency.
Declaration
[RequestParameter("agencyId", RequestParameterType.Path)]
public virtual long AgencyId { get; }
Property Value
Type | Description |
---|---|
long |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Doubleclicksearch.v2.Data.SavedColumnList>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Doubleclicksearch.v2.Data.SavedColumnList>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Doubleclicksearch.v2.Data.SavedColumnList>.RestPath
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()