Operation<TThis> Class

object
Operation
ResponseOperation
VoidOperation

Syntax

public abstract class Operation<TThis> where TThis : Operation<TThis>

Type Parameters

Name Description
TThis

Constructors

Properties

Name Value Summary
Body object
Client NetlifyClient
Endpoint Endpoint
Method HttpMethod
Query IDictionary<TKey, TValue>
RequestHandler Action<T>
ResponseHandler Action<T>

Methods