ResponseOperation<TResponse, TThis> Class

Operation
ResponseOperation
object
CreateSite
PagedOperation
GetSite
UpdateSite

Syntax

public abstract class ResponseOperation<TResponse, TThis> : Operation<TThis> 
    where TResponse : class where TThis : ResponseOperation<TResponse, TThis>

Type Parameters

Name Description
TResponse
TThis

Constructors

Properties

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

Methods