Skip to content

RequestParametersProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RequestParametersProperty {
    object ApiParameterName,
    object Location,
    object ParameterType,
    object Required,
    object DefaultValue = null,
    object DemoValue = null,
    object Description = null,
    object DocOrder = null,
    object DocShow = null,
    object EnumValue = null,
    object JsonScheme = null,
    object MaxLength = null,
    object MaxValue = null,
    object MinLength = null,
    object MinValue = null,
    object RegularExpression = null
};

Properties

Name Type Description
ApiParameterName object No description.
Location object No description.
ParameterType object No description.
Required object No description.
DefaultValue object No description.
DemoValue object No description.
Description object No description.
DocOrder object No description.
DocShow object No description.
EnumValue object No description.
JsonScheme object No description.
MaxLength object No description.
MaxValue object No description.
MinLength object No description.
MinValue object No description.
RegularExpression object No description.

ApiParameterNameRequired

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

LocationRequired

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

ParameterTypeRequired

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

RequiredRequired

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

DefaultValueOptional

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

DemoValueOptional

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

DescriptionOptional

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

DocOrderOptional

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

DocShowOptional

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

EnumValueOptional

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

JsonSchemeOptional

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

MaxLengthOptional

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

MaxValueOptional

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

MinLengthOptional

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

MinValueOptional

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

RegularExpressionOptional

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