class Google::Apis::DocsV1::CreateFooterResponse

The result of creating a footer.

Attributes

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 381
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 386
def update!(**args)
  @footer_id = args[:footer_id] if args.key?(:footer_id)
end