ApiDeploymentParameterMetadata interface
The API deployment parameter metadata.
Properties
description | The description. |
display |
The display name. |
is |
Indicates whether its required. |
type | The type. |
visibility | The visibility. |
Property Details
description
The description.
description?: string
Property Value
string
displayName
The display name.
displayName?: string
Property Value
string
isRequired
Indicates whether its required.
isRequired?: boolean
Property Value
boolean
type
The type.
type?: string
Property Value
string
visibility
The visibility.
visibility?: string
Property Value
string