Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Request<T>

Package version

Method name and payload to send with a pipeline request. Method name determinds request type.

Type parameters

  • T

Hierarchy

  • Request

Index

Properties

Properties

methodName

methodName: string

Method name which determines type of request

payload

payload: T & { @apiVersion: string }

Payload data to send with request

Generated using TypeDoc