Skip to content

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.

DurationRequired

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

PackageTypeRequired

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

ProductCodeRequired

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

SpecificationRequired

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

EffectiveDateOptional

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

PricingCycleOptional

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