Google Slides · Schema

StretchedPictureFill

The stretched picture fill of a page background.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
contentUrl string Reading the contentUrl returns the content of the picture. The URL has a default lifetime of 30 minutes.
View JSON Schema on GitHub

JSON Schema

google-slides-stretched-picture-fill-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StretchedPictureFill",
  "type": "object",
  "description": "The stretched picture fill of a page background.",
  "properties": {
    "contentUrl": {
      "type": "string",
      "description": "Reading the contentUrl returns the content of the picture. The URL has a default lifetime of 30 minutes.\n"
    }
  }
}