Table of Contents

Class ApiPutRequest<T>

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.API.Request
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the API PUT request.

public class ApiPutRequest<T> : ApiRequest

Type Parameters

T

The item type.

Inheritance
ApiPutRequest<T>
Inherited Members

Properties

Item

Gets or sets the item.

public T? Item { get; set; }

Property Value

T