google_api_slides v0.4.0 GoogleApi.Slides.V1.Model.Image View Source
A PageElement kind representing an image.
Attributes
- contentUrl (String.t): 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. Defaults to:
null
. - imageProperties (ImageProperties): The properties of the image. Defaults to:
null
. - sourceUrl (String.t): The source URL is the URL used to insert the image. The source URL can be empty. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Slides.V1.Model.Image{
contentUrl: any(),
imageProperties: GoogleApi.Slides.V1.Model.ImageProperties.t(),
sourceUrl: any()
}
t() :: %GoogleApi.Slides.V1.Model.Image{ contentUrl: any(), imageProperties: GoogleApi.Slides.V1.Model.ImageProperties.t(), sourceUrl: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.