RosResourcePackageProps
Properties for defining a RosResourcePackage
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-bss-resourcepackage
Initializer
using AlibabaCloud.SDK.ROS.CDK.Bss;
new RosResourcePackageProps {
object Duration,
object PackageType,
object ProductCode,
object Specification,
object EffectiveDate = null,
object PricingCycle = null
};
Properties
Name | Type | Description |
---|---|---|
Duration |
object |
No description. |
PackageType |
object |
No description. |
ProductCode |
object |
No description. |
Specification |
object |
No description. |
EffectiveDate |
object |
No description. |
PricingCycle |
object |
No description. |
Duration
Required
public object Duration { get; set; }
- Type: object
PackageType
Required
public object PackageType { get; set; }
- Type: object
ProductCode
Required
public object ProductCode { get; set; }
- Type: object
Specification
Required
public object Specification { get; set; }
- Type: object
EffectiveDate
Optional
public object EffectiveDate { get; set; }
- Type: object
PricingCycle
Optional
public object PricingCycle { get; set; }
- Type: object