Class WriteOutcome<T>.UpdatedNoContent
- Namespace
- Trellis
- Assembly
- Trellis.Core.dll
An existing resource was replaced/updated and no body is returned. Transports as HTTP 204 No Content.
public sealed record WriteOutcome<T>.UpdatedNoContent : WriteOutcome<T>, IEquatable<WriteOutcome<T>>, IEquatable<WriteOutcome<T>.UpdatedNoContent>
- Inheritance
-
WriteOutcome<T>WriteOutcome<T>.UpdatedNoContent
- Implements
- Inherited Members
- Extension Methods
Constructors
UpdatedNoContent(RepresentationMetadata?)
An existing resource was replaced/updated and no body is returned. Transports as HTTP 204 No Content.
public UpdatedNoContent(RepresentationMetadata? Metadata = null)
Parameters
MetadataRepresentationMetadataOptional representation metadata for the updated resource.
Properties
Metadata
Optional representation metadata for the updated resource.
public RepresentationMetadata? Metadata { get; init; }