Skip to content

AddonsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Acs;
new AddonsProperty {
    object Name,
    object Config = null,
    object Disabled = null
};

Properties

Name Type Description
Name object No description.
Config object No description.
Disabled object No description.

NameRequired

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

ConfigOptional

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

DisabledOptional

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