Skip to content

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.

FunctionNameOptional

public object FunctionName { get; set; }
  • Type: object

IdentityOptional

public object Identity { get; set; }
  • Type: object

RegionOptional

public object Region { get; set; }
  • Type: object

ServiceNameOptional

public object ServiceName { get; set; }
  • Type: object