class Google::Apis::DocsV1::Footer
A document footer.
Attributes
content[RW]
The contents of the footer. The indexes for a footer's content begin at zero. Corresponds to the JSON property `content` @return [Array<Google::Apis::DocsV1::StructuralElement>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 1623 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 1628 def update!(**args) @content = args[:content] if args.key?(:content) @footer_id = args[:footer_id] if args.key?(:footer_id) end