Class: Google::Apis::DocsV1::CreateHeaderResponse
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::CreateHeaderResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/docs_v1/classes.rb,
lib/google/apis/docs_v1/representations.rb,
lib/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.
500 501 502 |
# File 'lib/google/apis/docs_v1/classes.rb', line 500 def initialize(**args) update!(**args) end |
Instance Attribute Details
#header_id ⇒ String
The ID of the created header.
Corresponds to the JSON property headerId
498 499 500 |
# File 'lib/google/apis/docs_v1/classes.rb', line 498 def header_id @header_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
505 506 507 |
# File 'lib/google/apis/docs_v1/classes.rb', line 505 def update!(**args) @header_id = args[:header_id] if args.key?(:header_id) end |