Class NotesProperties
The properties of Page that are only relevant for pages with page_type NOTES.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class NotesProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SpeakerNotesObjectId
The object ID of the shape on this notes page that contains the speaker notes for the corresponding slide.
The actual shape may not always exist on the notes page. Inserting text using this object ID will
automatically create the shape. In this case, the actual shape may have different object ID. The
GetPresentation
or GetPage
action will always return the latest object ID.
Declaration
[JsonProperty("speakerNotesObjectId")]
public virtual string SpeakerNotesObjectId { get; set; }
Property Value
Type | Description |
---|---|
string |