class Google::Apis::DocsV1::DeleteFooterRequest
Deletes a Footer
from the document.
Attributes
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 702 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 707 def update!(**args) @footer_id = args[:footer_id] if args.key?(:footer_id) end