REST Resource: accounts.projects.deliveries.deliveryFiles

Resource: DeliveryFile

Represents a file in a delivery of MMM data to a customer.

JSON representation
{
  "name": string,
  "deliveryFileId": string,
  "filePath": string,
  "reportType": enum (ReportType)
}
Fields
name

string

Output only. Identifier. The unique name of this delivery file resource. Format: accounts/{account}/projects/{project}/deliveries/{delivery}/deliveryFiles/{delivery_file}

deliveryFileId

string

Output only. The name of the delivery file, e.g. test_file0001of0005.csv. Corresponds to the {delivery_file} segment in the resource name.

filePath

string

Output only. The path to the file in the delivery destination.

reportType

enum (ReportType)

Output only. Report type of the data in the delivery file.

Methods

get

Gets a delivery file for a given delivery inside a project.

list

Lists delivery files for a given delivery of a project.