class Google::Apis::SheetsV4::UpdateSpreadsheetPropertiesRequest
Updates properties of a spreadsheet.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @fields = args[:fields] if args.key?(:fields) @properties = args[:properties] if args.key?(:properties) end