Skip to content

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.

AutoPayRequired

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

DataPlanRequired

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

PeriodRequired

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

UserCountRequired

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

ChargeTypeOptional

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