class Google::Apis::DocsV1::CreateHeaderResponse
The result of creating a header.
Attributes
header_id[RW]
The ID of the created header. Corresponds to the JSON property `headerId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 475 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/docs_v1/classes.rb, line 480 def update!(**args) @header_id = args[:header_id] if args.key?(:header_id) end