Class CreatedWithIdResponse<T>

CreatedWithIdResponse - Represents a response to a request to create a resource.

Type Parameters

  • T

Hierarchy (view full)

Constructors

Properties

Constructors

  • Type Parameters

    • T

    Parameters

    • id: T

      The id of the created object.

    Returns CreatedWithIdResponse<T>

    • A new instance of the CreatedWithIdResponse class.

Properties

id: T