RosLayerProps
Properties for defining a RosLayer.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fc-layer
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc;
new RosLayerProps {
object Code,
object CompatibleRuntime,
object LayerName,
object Description = null
};
Properties
| Name | Type | Description |
|---|---|---|
Code |
object |
No description. |
CompatibleRuntime |
object |
No description. |
LayerName |
object |
No description. |
Description |
object |
No description. |
CodeRequired
public object Code { get; set; }
- Type: object
CompatibleRuntimeRequired
public object CompatibleRuntime { get; set; }
- Type: object
LayerNameRequired
public object LayerName { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object