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)
def update!(**args) @statuses = args[:statuses] if args.key?(:statuses) end