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