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

Copy Markdown View Source

Request message for the PurgeProducts method.

Attributes

  • delete_orphan_products (type: boolean()) - If delete_orphan_products is true, all Products that are not in any ProductSet will be deleted.
  • force (type: boolean()) - The default value is false. Override this value to true to actually perform the purge.
  • product_set_purge_config (type: Googly.CloudVision.Model.ProductSetPurgeConfig.t()) - Specify which ProductSet contains the Products to be deleted.

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.PurgeProductsRequest{
  delete_orphan_products: boolean() | nil,
  force: boolean() | nil,
  product_set_purge_config:
    Googly.CloudVision.Model.ProductSetPurgeConfig.t() | nil
}