Class: Google::Apis::DocsV1::CreateFootnoteResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/docs_v1/classes.rb,
generated/google/apis/docs_v1/representations.rb,
generated/google/apis/docs_v1/representations.rb

Overview

The result of creating a footnote.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CreateFootnoteResponse

Returns a new instance of CreateFootnoteResponse.



428
429
430
# File 'generated/google/apis/docs_v1/classes.rb', line 428

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#footnote_idString

The ID of the created footnote. Corresponds to the JSON property footnoteId

Returns:

  • (String)


426
427
428
# File 'generated/google/apis/docs_v1/classes.rb', line 426

def footnote_id
  @footnote_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



433
434
435
# File 'generated/google/apis/docs_v1/classes.rb', line 433

def update!(**args)
  @footnote_id = args[:footnote_id] if args.key?(:footnote_id)
end