class Google::Apis::GenomicsV1::OperationEvent
An event that occurred during an Operation.
Attributes
description[RW]
Required description of event. Corresponds to the JSON property `description` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/genomics_v1/classes.rb, line 3337 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/genomics_v1/classes.rb, line 3342 def update!(**args) @description = args[:description] if args.key?(:description) end