Images

Image

A PageElement kind representing an image.

JSON representation
{
  "contentUrl": string,
  "imageProperties": {
    object (ImageProperties)
  },
  "sourceUrl": string,
  "placeholder": {
    object (Placeholder)
  }
}
Fields
contentUrl

string

An URL to an image with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation's sharing settings change.

imageProperties

object (ImageProperties)

The properties of the image.

sourceUrl

string

The source URL is the URL used to insert the image. The source URL can be empty.

placeholder

object (Placeholder)

Placeholders are page elements that inherit from corresponding placeholders on layouts and masters.

If set, the image is a placeholder image and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.