Show / Hide Table of Contents

Class UpdateSlidesPositionRequest

Updates the position of slides in the presentation.

Inheritance
object
UpdateSlidesPositionRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX