class Google::Apis::SheetsV4::BigQueryDataSourceSpec

def update!(**args)

Update properties of this object
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