Skip to content

ConstParametersProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new ConstParametersProperty {
    object ConstValue,
    object Location,
    object ServiceParameterName,
    object Description = null
};

Properties

Name Type Description
ConstValue object No description.
Location object No description.
ServiceParameterName object No description.
Description object No description.

ConstValueRequired

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

LocationRequired

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

ServiceParameterNameRequired

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

DescriptionOptional

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