Skip to content

SpotBidPricesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Emr;
new SpotBidPricesProperty {
    object BidPrice = null,
    object InstanceType = null
};

Properties

Name Type Description
BidPrice object No description.
InstanceType object No description.

BidPriceOptional

public object BidPrice { get; set; }
  • Type: object

InstanceTypeOptional

public object InstanceType { get; set; }
  • Type: object