Show / Hide Table of Contents

Class GetProductsProductResult

Inheritance
System.Object
GetProductsProductResult
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetProductsProductResult

Fields

View Source

CategoryId

The Category ID of products. For more information, see DescribeProducts.

Declaration
public readonly int CategoryId
Field Value
Type Description
System.Int32
View Source

Code

The code of the product.

Declaration
public readonly string Code
Field Value
Type Description
System.String
View Source

DeliveryDate

The delivery date of the product.

Declaration
public readonly string DeliveryDate
Field Value
Type Description
System.String
View Source

DeliveryWay

The delivery way of the product.

Declaration
public readonly string DeliveryWay
Field Value
Type Description
System.String
View Source

ImageUrl

The image URL of the product.

Declaration
public readonly string ImageUrl
Field Value
Type Description
System.String
View Source

Name

The name of the product.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

OperationSystem

The operation system of the product.

Declaration
public readonly string OperationSystem
Field Value
Type Description
System.String
View Source

Score

The rating information of the product.

Declaration
public readonly string Score
Field Value
Type Description
System.String
View Source

ShortDescription

The short description of the product.

Declaration
public readonly string ShortDescription
Field Value
Type Description
System.String
View Source

SuggestedPrice

The suggested price of the product.

Declaration
public readonly string SuggestedPrice
Field Value
Type Description
System.String
View Source

SupplierId

The supplier id of the product.

Declaration
public readonly int SupplierId
Field Value
Type Description
System.Int32
View Source

SupplierName

The supplier name of the product.

Declaration
public readonly string SupplierName
Field Value
Type Description
System.String
View Source

Tags

The tags of the product.

Declaration
public readonly string Tags
Field Value
Type Description
System.String
View Source

TargetUrl

The detail page URL of the product.

Declaration
public readonly string TargetUrl
Field Value
Type Description
System.String
View Source

WarrantyDate

The warranty date of the product.

Declaration
public readonly string WarrantyDate
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.