Show / Hide Table of Contents

Class CitiesResource

The "cities" collection of methods.

Inheritance
System.Object
CitiesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_3
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class CitiesResource

Constructors

CitiesResource(IClientService)

Constructs a new resource.

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

Methods

List(Int64)

Retrieves a list of cities, possibly filtered.

Declaration
public virtual CitiesResource.ListRequest List(long profileId)
Parameters
Type Name Description
System.Int64 profileId

User profile ID associated with this request.

Returns
Type Description
CitiesResource.ListRequest
In This Article
Back to top