GoogleApi.Vision.V1.Model.PurgeProductsRequest (google_api_vision v0.23.0) View Source

Request message for the PurgeProducts method.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Vision.V1.Model.PurgeProductsRequest{
  deleteOrphanProducts: boolean(),
  force: boolean(),
  productSetPurgeConfig: GoogleApi.Vision.V1.Model.ProductSetPurgeConfig.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.