Show / Hide Table of Contents

Class MetrosResource

The "metros" collection of methods.

Inheritance
System.Object
MetrosResource
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_2
Assembly: Google.Apis.Dfareporting.v3_2.dll
Syntax
public class MetrosResource

Constructors

MetrosResource(IClientService)

Constructs a new resource.

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

Methods

List(Int64)

Retrieves a list of metros.

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

User profile ID associated with this request.

Returns
Type Description
MetrosResource.ListRequest
Back to top