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; }
ResourceKey
Required
public object ResourceKey { get; set; }
Value
Required
public object Value { get; set; }
Template
Optional
public object Template { get; set; }