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