Class UpdateSlidesPositionRequest
Updates the position of slides in the presentation.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class UpdateSlidesPositionRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InsertionIndex
The index where the slides should be inserted, based on the slide arrangement before the move takes place. Must be between zero and the number of slides in the presentation, inclusive.
Declaration
[JsonProperty("insertionIndex")]
public virtual int? InsertionIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
SlideObjectIds
The IDs of the slides in the presentation that should be moved. The slides in this list must be in existing presentation order, without duplicates.
Declaration
[JsonProperty("slideObjectIds")]
public virtual IList<string> SlideObjectIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |