class Google::Apis::DocsV1::CreateFootnoteResponse

The result of creating a footnote.

Attributes

footnote_id[RW]

The ID of the created footnote. Corresponds to the JSON property `footnoteId` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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