Skip to content

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.

FormRequired

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

ResourceKeyRequired

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

ValueRequired

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

TemplateOptional

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