Class UpdateSlidePropertiesRequest
Updates the properties of a Slide.
Inheritance
System.Object
UpdateSlidePropertiesRequest
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 UpdateSlidePropertiesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Fields
The fields that should be updated. At least one field must be specified. The root 'slideProperties' is
implied and should not be specified. A single "*" can be used as short-hand for listing every field. For
example to update whether a slide is skipped, set fields to "isSkipped". To reset a property to its
default value, include its field name in the field mask but leave the field itself unset.
Declaration
[JsonProperty("fields")]
public virtual object Fields { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
ObjectId
The object ID of the slide the update is applied to.
Declaration
[JsonProperty("objectId")]
public virtual string ObjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SlideProperties
The slide properties to update.
Declaration
[JsonProperty("slideProperties")]
public virtual SlideProperties SlideProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| SlideProperties |
Implements
Google.Apis.Requests.IDirectResponseSchema