Show / Hide Table of Contents

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 Source

Code

The code of the product.

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

Description

The description of the product.

Declaration
public readonly string Description
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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.