Skip to content

AddonsProperty

Initializer

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

Properties

Name Type Description
Name object No description.
Config object No description.
Disabled object No description.
Version 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

VersionOptional

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