class Google::Apis::DisplayvideoV3::Operation
network API call.
This resource represents a long-running operation that is the result of a
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @done = args[:done] if args.key?(:done) @error = args[:error] if args.key?(:error) @metadata = args[:metadata] if args.key?(:metadata) @name = args[:name] if args.key?(:name) @response = args[:response] if args.key?(:response) end