Show / Hide Table of Contents

Class SavedColumnsResource

The "savedColumns" collection of methods.

Inheritance
object
SavedColumnsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Doubleclicksearch.v2
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class SavedColumnsResource

Constructors

SavedColumnsResource(IClientService)

Constructs a new resource.

Declaration
public SavedColumnsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(long, long)

Retrieve the list of saved columns for a specified advertiser.

Declaration
public virtual SavedColumnsResource.ListRequest List(long agencyId, long advertiserId)
Parameters
Type Name Description
long agencyId

DS ID of the agency.

long advertiserId

DS ID of the advertiser.

Returns
Type Description
SavedColumnsResource.ListRequest
In this article
Back to top Generated by DocFX