Skip to content

MatchProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apig;
new MatchProperty {
    object Path,
    object Headers = null,
    object IgnoreUriCase = null,
    object Methods = null,
    object QueryParams = null
};

Properties

Name Type Description
Path object No description.
Headers object No description.
IgnoreUriCase object No description.
Methods object No description.
QueryParams object No description.

PathRequired

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

HeadersOptional

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

IgnoreUriCaseOptional

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

MethodsOptional

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

QueryParamsOptional

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