FcParametersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new FcParametersProperty {
object FunctionName = null,
object Identity = null,
object Region = null,
object ServiceName = null
};
Properties
Name | Type | Description |
---|---|---|
FunctionName |
object |
No description. |
Identity |
object |
No description. |
Region |
object |
No description. |
ServiceName |
object |
No description. |
FunctionName
Optional
public object FunctionName { get; set; }
- Type: object
Identity
Optional
public object Identity { get; set; }
- Type: object
Region
Optional
public object Region { get; set; }
- Type: object
ServiceName
Optional
public object ServiceName { get; set; }
- Type: object