class Google::Apis::VisionV1::RemoveProductFromProductSetRequest

Request message for the `RemoveProductFromProductSet` method.

Attributes

product[RW]

Required. The resource name for the Product to be removed from this ProductSet. Format is: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID` Corresponds to the JSON property `product` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/vision_v1/classes.rb, line 9742
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/vision_v1/classes.rb, line 9747
def update!(**args)
  @product = args[:product] if args.key?(:product)
end