RequestMetadata interface
Request metadata of execute request post call payload.
Properties
api |
The api version of the request. |
http |
The http method of the request. |
relative |
The relative path of the request. |
serialized |
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