RosFunctionsProps
Properties for defining a RosFunctions
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-fc-functions
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc;
new RosFunctionsProps {
object ServiceName,
object Prefix = null,
object Qualifier = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
ServiceName |
object |
No description. |
Prefix |
object |
No description. |
Qualifier |
object |
No description. |
RefreshOptions |
object |
No description. |
ServiceName
Required
public object ServiceName { get; set; }
- Type: object
Prefix
Optional
public object Prefix { get; set; }
- Type: object
Qualifier
Optional
public object Qualifier { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object