RoutesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc;
new RoutesProperty {
object FunctionName,
object Path,
object ServiceName,
object Qualifier = null
};
Properties
Name | Type | Description |
---|---|---|
FunctionName |
object |
No description. |
Path |
object |
No description. |
ServiceName |
object |
No description. |
Qualifier |
object |
No description. |
FunctionName
Required
public object FunctionName { get; set; }
- Type: object
Path
Required
public object Path { get; set; }
- Type: object
ServiceName
Required
public object ServiceName { get; set; }
- Type: object
Qualifier
Optional
public object Qualifier { get; set; }
- Type: object