Googly.CloudVision.Model.RemoveProductFromProductSetRequest (googly_cloud_vision v0.1.0)

Copy Markdown View Source

Request message for the RemoveProductFromProductSet method.

Attributes

  • product (type: String.t()) - Required. The resource name for the Product to be removed from this ProductSet. Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.RemoveProductFromProductSetRequest{
  product: String.t() | nil
}