Table of Contents

Class ApiPostRequest<T>

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

Represents the API POST request.

public class ApiPostRequest<T> : ApiPostRequest

Type Parameters

T

The item type.

Inheritance
ApiPostRequest<T>
Inherited Members

Properties

Item

Gets or sets the item.

public T? Item { get; set; }

Property Value

T