class Google::Apis::SheetsV4::RefreshDataSourceResponse

The response from refreshing one or multiple data source objects.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @statuses = args[:statuses] if args.key?(:statuses)
end