Class GetProductsResult
Inheritance
System.Object
GetProductsResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.MarketPlace
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetProductsResult
Fields
View SourceCategoryId
The category id of the product.
Declaration
public readonly string CategoryId
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Ids
A list of product codes.
Declaration
public readonly ImmutableArray<string> Ids
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
NameRegex
Declaration
public readonly string NameRegex
Field Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public readonly string OutputFile
Field Value
| Type | Description |
|---|---|
| System.String |
Products
A list of products. Each element contains the following attributes:
Declaration
public readonly ImmutableArray<GetProductsProductResult> Products
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetProductsProductResult> |
ProductType
Declaration
public readonly string ProductType
Field Value
| Type | Description |
|---|---|
| System.String |
SearchTerm
Declaration
public readonly string SearchTerm
Field Value
| Type | Description |
|---|---|
| System.String |
Sort
Declaration
public readonly string Sort
Field Value
| Type | Description |
|---|---|
| System.String |
SuggestedPrice
The suggested price of the product.
Declaration
public readonly double? SuggestedPrice
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
SupplierId
The supplier id of the product.
Declaration
public readonly string SupplierId
Field Value
| Type | Description |
|---|---|
| System.String |
SupplierNameKeyword
Declaration
public readonly string SupplierNameKeyword
Field Value
| Type | Description |
|---|---|
| System.String |