class Google::Apis::SlidesV1::NotesProperties

The properties of Page that are only relevant for pages with page_type NOTES.

Attributes

speaker_notes_object_id[RW]

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. Corresponds to the JSON property `speakerNotesObjectId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 1855
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/slides_v1/classes.rb, line 1860
def update!(**args)
  @speaker_notes_object_id = args[:speaker_notes_object_id] if args.key?(:speaker_notes_object_id)
end