class Google::Apis::SheetsV4::RefreshDataSourceResponse
The response from refreshing one or multiple data source objects.
Attributes
statuses[RW]
All the refresh status for the data source object references specified in the request. If is_all is specified, the field contains only those in failure status. Corresponds to the JSON property `statuses` @return [Array<Google::Apis::SheetsV4::RefreshDataSourceObjectExecutionStatus>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 7806 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/sheets_v4/classes.rb, line 7811 def update!(**args) @statuses = args[:statuses] if args.key?(:statuses) end