Skip to content

SurvivorRatioProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edas;
new SurvivorRatioProperty {
    object Original = null,
    object Startup = null
};

Properties

Name Type Description
Original object No description.
Startup object No description.

OriginalOptional

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

StartupOptional

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