Struct WithRawResponse<T>
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Wraps a parsed response value with its raw HTTP response metadata.
public readonly struct WithRawResponse<T>
Type Parameters
TThe type of the parsed response data.
- Inherited Members
Properties
Data
The parsed response data.
public required T Data { get; init; }
Property Value
- T
RawResponse
The raw HTTP response metadata.
public required RawResponse RawResponse { get; init; }