class Google::Apis::SheetsV4::CancelDataSourceRefreshResponse
The response from cancelling one or multiple data source object refreshes.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @statuses = args[:statuses] if args.key?(:statuses) end