Skip to content

QuotaInfoProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Elasticsearchserverless;
new QuotaInfoProperty {
    object AppType,
    object Cu,
    object Storage
};

Properties

Name Type Description
AppType object No description.
Cu object No description.
Storage object No description.

AppTypeRequired

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

CuRequired

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

StorageRequired

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