RequestMetadata interface

Request metadata of execute request post call payload.

Properties

apiVersion

The api version of the request.

httpMethod

The http method of the request.

relativePath

The relative path of the request.

serializedBody

The serialized body of the request.

Property Details

apiVersion

The api version of the request.

apiVersion?: string

Property Value

string

httpMethod

The http method of the request.

httpMethod: string

Property Value

string

relativePath

The relative path of the request.

relativePath: string

Property Value

string

serializedBody

The serialized body of the request.

serializedBody: string

Property Value

string