Skip to content

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.

FunctionNameRequired

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

PathRequired

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

ServiceNameRequired

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

QualifierOptional

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