Class GetProductProductResult
Inheritance
System.Object
GetProductProductResult
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 GetProductProductResult
Fields
View SourceCode
The code of the product.
Declaration
public readonly string Code
Field Value
| Type | Description |
|---|---|
| System.String |
Description
The description of the product.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the product.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Skuses
A list of one element containing sku attributes of an object. Each element contains the following attributes:
Declaration
public readonly ImmutableArray<GetProductProductSkusResult> Skuses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetProductProductSkusResult> |