class Google::Apis::SheetsV4::RefreshDataSourceObjectExecutionStatus

The execution status of refreshing one data source object.

def initialize(**args)

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

def update!(**args)

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