class Google::Apis::SheetsV4::RefreshCancellationStatus
explicitly cancel one or multiple data source object refreshes.
The status of a refresh cancellation. You can send a cancel request to
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @error_code = args[:error_code] if args.key?(:error_code) @state = args[:state] if args.key?(:state) end