Class: Google::Apis::DocsV1::CreateHeaderResponse
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::CreateHeaderResponse
- 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 header.
Instance Attribute Summary collapse
-
#header_id ⇒ String
The ID of the created header.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CreateHeaderResponse
constructor
A new instance of CreateHeaderResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CreateHeaderResponse
Returns a new instance of CreateHeaderResponse.
475 476 477 |
# File 'generated/google/apis/docs_v1/classes.rb', line 475 def initialize(**args) update!(**args) end |
Instance Attribute Details
#header_id ⇒ String
The ID of the created header.
Corresponds to the JSON property headerId
473 474 475 |
# File 'generated/google/apis/docs_v1/classes.rb', line 473 def header_id @header_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
480 481 482 |
# File 'generated/google/apis/docs_v1/classes.rb', line 480 def update!(**args) @header_id = args[:header_id] if args.key?(:header_id) end |