FunctionProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Maxcompute;
new FunctionProperty {
object Name,
object Actions = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
No description. |
Actions |
object |
No description. |
Name
Required
public object Name { get; set; }
- Type: object
Actions
Optional
public object Actions { get; set; }
- Type: object