Skip to content

RosCenBandwidthPackagesProps

Properties for defining a RosCenBandwidthPackages.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cen-cenbandwidthpackages

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosCenBandwidthPackagesProps {
    object Filter = null,
    object IncludeReservationData = null,
    object IsOrKey = null,
    object RefreshOptions = null
};

Properties

Name Type Description
Filter object No description.
IncludeReservationData object No description.
IsOrKey object No description.
RefreshOptions object No description.

FilterOptional

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

IncludeReservationDataOptional

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

IsOrKeyOptional

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

RefreshOptionsOptional

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