ParamListProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Eventbridge;
new ParamListProperty {
object Form,
object ResourceKey,
object Value,
object Template = null
};
Properties
| Name |
Type |
Description |
Form |
object |
No description. |
ResourceKey |
object |
No description. |
Value |
object |
No description. |
Template |
object |
No description. |
public object Form { get; set; }
ResourceKeyRequired
public object ResourceKey { get; set; }
ValueRequired
public object Value { get; set; }
TemplateOptional
public object Template { get; set; }