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.



500
501
502
# File 'lib/google/apis/docs_v1/classes.rb', line 500

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

Instance Attribute Details

#header_idString

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

Returns:

  • (String)


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