Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

Inheritance
System.Object
ProjectsResource
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 ProjectsResource

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Methods

Get(Int64, Int64)

Gets one project by ID.

Declaration
public virtual ProjectsResource.GetRequest Get(long profileId, long id)
Parameters
Type Name Description
System.Int64 profileId

User profile ID associated with this request.

System.Int64 id

Project ID.

Returns
Type Description
ProjectsResource.GetRequest

List(Int64)

Retrieves a list of projects, possibly filtered. This method supports paging .

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

User profile ID associated with this request.

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