class Google::Apis::SheetsV4::BigQueryDataSourceSpec
def update!(**args)
def update!(**args) @project_id = args[:project_id] if args.key?(:project_id) @query_spec = args[:query_spec] if args.key?(:query_spec) @table_spec = args[:table_spec] if args.key?(:table_spec) end