Skip to main content

jobs

Overview

Namejobs
TypeResource
Idyoutube.youtubereporting.jobs

Fields

NameDatatypeDescription
idstringThe server-generated ID of the job (max. 40 characters).
namestringThe name of the job (max. 100 characters).
reportTypeIdstringThe type of reports this job creates. Corresponds to the ID of a ReportType.
systemManagedbooleanTrue if this a system-managed job that cannot be modified by the user; otherwise false.
createTimestringThe creation date/time of the job.
expireTimestringThe date/time when this job will expire/expired. After a job expired, no new reports are generated.

Methods

NameAccessible byRequired ParamsDescription
getSELECTjobIdGets a job.
listSELECTLists jobs.
createINSERTCreates a job and returns it.
deleteDELETEjobIdDeletes a job.