GoogleApi.Vision.V1.Model.PurgeProductsRequest (google_api_vision v0.24.2) 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() | nil,
force: boolean() | nil,
productSetPurgeConfig:
GoogleApi.Vision.V1.Model.ProductSetPurgeConfig.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.