The result of unarchiving a product collection.
@type t() :: %DodoPayments.ProductCollectionUnarchiveResponse{ collection_id: String.t() | nil, excluded_product_ids: [String.t()] | nil, extra: map(), message: String.t() | nil }