Skip to content

AggregatorAccountsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Config;
new AggregatorAccountsProperty {
    object AccountId,
    object AccountName,
    object AccountType = null
};

Properties

Name Type Description
AccountId object No description.
AccountName object No description.
AccountType object No description.

AccountIdRequired

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

AccountNameRequired

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

AccountTypeOptional

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