Class AdminListingProduct
Products associated with listing.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class AdminListingProduct
Properties
AdditionalFilters
Declaration
[JsonProperty(PropertyName = "additionalFilters")]
public List<ListingProductAdditionalFilter> AdditionalFilters { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ListingProductAdditionalFilter> | Custom filter for the product |
Categories
Declaration
[JsonProperty(PropertyName = "categories")]
public List<string> Categories { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | List of category codes within a Product which are applicable to the listing revision. |
Code
Declaration
[JsonProperty(PropertyName = "code")]
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Product Code |
ProductGroup
Declaration
[JsonProperty(PropertyName = "productGroup")]
public string ProductGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The product group for the product. |
ProductName
Declaration
[JsonProperty(PropertyName = "productName")]
public string ProductName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The product name for the product. |