RosResourcePackageProps
Properties for defining a RosResourcePackage.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-bss-resourcepackage
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkbss"
&alicloudroscdkbss.RosResourcePackageProps {
Duration: interface{},
PackageType: interface{},
ProductCode: interface{},
Specification: interface{},
EffectiveDate: interface{},
PricingCycle: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
Duration |
interface{} |
No description. |
PackageType |
interface{} |
No description. |
ProductCode |
interface{} |
No description. |
Specification |
interface{} |
No description. |
EffectiveDate |
interface{} |
No description. |
PricingCycle |
interface{} |
No description. |
DurationRequired
Duration interface{}
- Type: interface{}
PackageTypeRequired
PackageType interface{}
- Type: interface{}
ProductCodeRequired
ProductCode interface{}
- Type: interface{}
SpecificationRequired
Specification interface{}
- Type: interface{}
EffectiveDateOptional
EffectiveDate interface{}
- Type: interface{}
PricingCycleOptional
PricingCycle interface{}
- Type: interface{}