Class ApiRequestParameterGetArgs
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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ApiRequestParameterGetArgs : ResourceArgs
Constructors
View SourceApiRequestParameterGetArgs()
Declaration
public ApiRequestParameterGetArgs()
Properties
View SourceDefaultValue
The default value of the parameter.
Declaration
public Input<string> DefaultValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description of Constant parameter.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
In
System parameter location; values: 'HEAD' and 'QUERY'.
Declaration
public Input<string> In { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InService
Backend service's parameter location; values: BODY, HEAD, QUERY, and PATH.
Declaration
public Input<string> InService { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
System parameter name which supports values including in system parameter list
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NameService
Backend service's parameter name.
Declaration
public Input<string> NameService { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Required
Parameter required or not; values: REQUIRED and OPTIONAL.
Declaration
public Input<string> Required { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Parameter type which supports values of 'STRING','INT','BOOLEAN','LONG',"FLOAT" and "DOUBLE"
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |