Skip to content

SystemParametersProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new SystemParametersProperty {
    object Location,
    object ParameterName,
    object ServiceParameterName,
    object DemoValue = null,
    object Description = null
};

Properties

Name Type Description
Location object No description.
ParameterName object No description.
ServiceParameterName object No description.
DemoValue object No description.
Description object No description.

LocationRequired

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

ParameterNameRequired

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

ServiceParameterNameRequired

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

DemoValueOptional

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

DescriptionOptional

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