Class ApiConstantParameter
Inheritance
System.Object
ApiConstantParameter
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 ApiConstantParameter
Fields
View SourceDescription
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 |
Name
System parameter name which supports values including in system parameter list
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Value
Constant parameter value.
Declaration
public readonly string Value
Field Value
| Type | Description |
|---|---|
| System.String |