RosOrderProps
Properties for defining a RosOrder.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cas-order
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cas;
new RosOrderProps {
object CertBrand,
object CertType,
object DomainCnt = null,
object DomainType = null,
object Period = null,
object Service = null
};
Properties
| Name | Type | Description |
|---|---|---|
CertBrand |
object |
No description. |
CertType |
object |
No description. |
DomainCnt |
object |
No description. |
DomainType |
object |
No description. |
Period |
object |
No description. |
Service |
object |
No description. |
CertBrandRequired
public object CertBrand { get; set; }
- Type: object
CertTypeRequired
public object CertType { get; set; }
- Type: object
DomainCntOptional
public object DomainCnt { get; set; }
- Type: object
DomainTypeOptional
public object DomainType { get; set; }
- Type: object
PeriodOptional
public object Period { get; set; }
- Type: object
ServiceOptional
public object Service { get; set; }
- Type: object