Compartir a través de


RestApiOperationParameterStyle Enum

Definition

The REST API operation parameter style.

public enum RestApiOperationParameterStyle
type RestApiOperationParameterStyle = 
Public Enum RestApiOperationParameterStyle
Inheritance
RestApiOperationParameterStyle

Fields

Name Value Description
Matrix 0

Path-style parameters.

Label 1

Label style parameters.

Form 2

Form style parameters.

Simple 3

Simple style parameters.

SpaceDelimited 4

Space separated array values.

PipeDelimited 5

Pipe separated array values.

DeepObject 6

Provides a simple way of rendering nested objects using form parameters.

Applies to