Class: Google::Apis::DocsV1::CreateHeaderResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CreateHeaderResponse

Returns a new instance of CreateHeaderResponse.



539
540
541
# File 'lib/google/apis/docs_v1/classes.rb', line 539

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

Instance Attribute Details

#header_idString

The ID of the created header. Corresponds to the JSON property headerId

Returns:



537
538
539
# File 'lib/google/apis/docs_v1/classes.rb', line 537

def header_id
  @header_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



544
545
546
# File 'lib/google/apis/docs_v1/classes.rb', line 544

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