GetEndUserProductsEndUserProduct

data class GetEndUserProductsEndUserProduct(val createTime: String, val description: String, val hasDefaultLaunchOption: Boolean, val id: String, val productArn: String, val productId: String, val productName: String, val productType: String, val providerName: String)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, hasDefaultLaunchOption: Boolean, id: String, productArn: String, productId: String, productName: String, productType: String, providerName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Product creation time.According to ISO8601 standard, UTC time is used in the format: YYYY-MM-DDThh:mm:ssZ.

Link copied to clipboard

Product description.

Link copied to clipboard

Whether there is a default Startup option. Value:-true: There is a default Startup option, and there is no need to fill in the portfolio when starting the product or updating the instance.-false: there is no default Startup option. You must fill in the portfolio when starting the product or updating the instance. For more information about how to obtain the portfolio, see ListLaunchOptions.> If the product is added to only one product portfolio, there will be a default Startup option. If the product is added to multiple product combinations, there will be multiple startup options at the same time, but there is no default Startup option at this time.

Link copied to clipboard
val id: String

ID of product, Its value is the same as product_id.

Link copied to clipboard

Product ARN.

Link copied to clipboard

Product ID.

Link copied to clipboard

Product name.

Link copied to clipboard

Type of product.The value is Ros, which indicates the resource orchestration service (ROS).

Link copied to clipboard

Product provider.