Class: Google::Apis::DocsV1::CreateFooterResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CreateFooterResponse

Returns a new instance of CreateFooterResponse.



406
407
408
# File 'generated/google/apis/docs_v1/classes.rb', line 406

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

Instance Attribute Details

The ID of the created footer. Corresponds to the JSON property footerId

Returns:

  • (String)


404
405
406
# File 'generated/google/apis/docs_v1/classes.rb', line 404

def footer_id
  @footer_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



411
412
413
# File 'generated/google/apis/docs_v1/classes.rb', line 411

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