class Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1OperationMetadata
Provides contextual information about a google.longrunning.Operation.
Attributes
operation_type[RW]
The RPC that initiated this Long Running Operation. Corresponds to the JSON property `operationType` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudchannel_v1/classes.rb, line 2699 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudchannel_v1/classes.rb, line 2704 def update!(**args) @operation_type = args[:operation_type] if args.key?(:operation_type) end