Class BatchUpdatePresentationRequest
Request message for PresentationsService.BatchUpdatePresentation.
Inheritance
System.Object
BatchUpdatePresentationRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class BatchUpdatePresentationRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Requests
A list of updates to apply to the presentation.
Declaration
[JsonProperty("requests")]
public virtual IList<Request> Requests { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Request> |
WriteControl
Provides control over how write requests are executed.
Declaration
[JsonProperty("writeControl")]
public virtual WriteControl WriteControl { get; set; }
Property Value
| Type | Description |
|---|---|
| WriteControl |
Implements
Google.Apis.Requests.IDirectResponseSchema