Show / Hide Table of Contents

Class ReportsResource.FilesResource

The "files" collection of methods.

Inheritance
object
ReportsResource.FilesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class ReportsResource.FilesResource

Constructors

FilesResource(IClientService)

Constructs a new resource.

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

Methods

Get(long, long, long)

Retrieves a report file by its report ID and file ID. This method supports media download.

Declaration
public virtual ReportsResource.FilesResource.GetRequest Get(long profileId, long reportId, long fileId)
Parameters
Type Name Description
long profileId

The Campaign Manager 360 user profile ID.

long reportId

The ID of the report.

long fileId

The ID of the report file.

Returns
Type Description
ReportsResource.FilesResource.GetRequest

List(long, long)

Lists files for a report.

Declaration
public virtual ReportsResource.FilesResource.ListRequest List(long profileId, long reportId)
Parameters
Type Name Description
long profileId

The Campaign Manager 360 user profile ID.

long reportId

The ID of the parent report.

Returns
Type Description
ReportsResource.FilesResource.ListRequest
In This Article
Back to top Generated by DocFX