RosAppProps
Properties for defining a RosApp
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-app
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sag;
new RosAppProps {
object AutoPay,
object DataPlan,
object Period,
object UserCount,
object ChargeType = null
};
Properties
Name | Type | Description |
---|---|---|
AutoPay |
object |
No description. |
DataPlan |
object |
No description. |
Period |
object |
No description. |
UserCount |
object |
No description. |
ChargeType |
object |
No description. |
AutoPay
Required
public object AutoPay { get; set; }
- Type: object
DataPlan
Required
public object DataPlan { get; set; }
- Type: object
Period
Required
public object Period { get; set; }
- Type: object
UserCount
Required
public object UserCount { get; set; }
- Type: object
ChargeType
Optional
public object ChargeType { get; set; }
- Type: object