Class DeleteJobTemplateRequest (1.1.0)

DeleteJobTemplateRequest(mapping=None,*,ignore_unknown_fields=False,**kwargs)

Request message for TranscoderService.DeleteJobTemplate.

Attributes

NameDescription
namestr
Required. The name of the job template to delete. projects/{project}/locations/{location}/jobTemplates/{job_template}
allow_missingbool
If set to true, and the job template is not found, the request will succeed but no action will be taken on the server.