View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaPurgeProductsResponse (google_api_retail v0.13.2)

Response of the PurgeProductsRequest. If the long running operation is successfully done, then this message is returned by the google.longrunning.Operations.response field.

Attributes

  • purgeCount (type: String.t, default: nil) - The total count of products purged as a result of the operation.
  • purgeSample (type: list(String.t), default: nil) - A sample of the product names that will be deleted. Only populated if force is set to false. A max of 100 names will be returned and the names are chosen at random.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaPurgeProductsResponse{
  purgeCount: String.t() | nil,
  purgeSample: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.