Skip to content

TaintsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cs;
new TaintsProperty {
    object Key,
    object Value,
    object Effect = null
};

Properties

Name Type Description
Key object No description.
Value object No description.
Effect object No description.

KeyRequired

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

ValueRequired

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

EffectOptional

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