class Google::Apis::SheetsV4::DataExecutionStatus

multiple data source objects.
sheet similarly. * You can send refresh request to explicitly refresh one or
data source creates a data execution to refresh the associated data source
execution to sync the data from the data source to the sheet. * Updating a
data source creates an associated data source sheet as well as a data
are several scenarios where a data execution is triggered to run: * Adding a
at background, you can check its state to tell if an execution completes There
object with the latest data from a DataSource. It is usually scheduled to run
The data execution status. A data execution is created to sync a data source

def initialize(**args)

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

def update!(**args)

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