class Google::Apis::CloudchannelV1::GoogleCloudChannelV1OperationMetadata

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 1498
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 1503
def update!(**args)
  @operation_type = args[:operation_type] if args.key?(:operation_type)
end