Class ApiRequestParameter
Inheritance
System.Object
ApiRequestParameter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.ApiGateway.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ApiRequestParameter
Fields
View SourceDefaultValue
The default value of the parameter.
Declaration
public readonly string DefaultValue
Field Value
| Type | Description |
|---|---|
| System.String |
Description
The description of Constant parameter.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
In
System parameter location; values: 'HEAD' and 'QUERY'.
Declaration
public readonly string In
Field Value
| Type | Description |
|---|---|
| System.String |
InService
Backend service's parameter location; values: BODY, HEAD, QUERY, and PATH.
Declaration
public readonly string InService
Field Value
| Type | Description |
|---|---|
| System.String |
Name
System parameter name which supports values including in system parameter list
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NameService
Backend service's parameter name.
Declaration
public readonly string NameService
Field Value
| Type | Description |
|---|---|
| System.String |
Required
Parameter required or not; values: REQUIRED and OPTIONAL.
Declaration
public readonly string Required
Field Value
| Type | Description |
|---|---|
| System.String |
Type
Parameter type which supports values of 'STRING','INT','BOOLEAN','LONG',"FLOAT" and "DOUBLE"
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |