Class ReplaceImageRequest
Replaces an existing image with a new image. Replacing an image removes some image effects from the existing image.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class ReplaceImageRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageObjectId
The ID of the existing image that will be replaced. The ID can be retrieved from the response of a get request.
Declaration
[JsonProperty("imageObjectId")]
public virtual string ImageObjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageReplaceMethod
The replacement method.
Declaration
[JsonProperty("imageReplaceMethod")]
public virtual string ImageReplaceMethod { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
The image URL. The image is fetched once at insertion time and a copy is stored for display inside the presentation. Images must be less than 50MB, cannot exceed 25 megapixels, and must be in PNG, JPEG, or GIF format. The provided URL can't surpass 2 KB in length. The URL is saved with the image, and exposed through the Image.source_url field.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |