Class: Google::Apis::DocsV1::CreateFooterResponse
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::CreateFooterResponse
- 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 footer.
Instance Attribute Summary collapse
-
#footer_id ⇒ String
The ID of the created footer.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CreateFooterResponse
constructor
A new instance of CreateFooterResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CreateFooterResponse
Returns a new instance of CreateFooterResponse
398 399 400 |
# File 'generated/google/apis/docs_v1/classes.rb', line 398 def initialize(**args) update!(**args) end |
Instance Attribute Details
#footer_id ⇒ String
The ID of the created footer.
Corresponds to the JSON property footerId
396 397 398 |
# File 'generated/google/apis/docs_v1/classes.rb', line 396 def @footer_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
403 404 405 |
# File 'generated/google/apis/docs_v1/classes.rb', line 403 def update!(**args) @footer_id = args[:footer_id] if args.key?(:footer_id) end |