Class ResponseContent
public record ResponseContent : IEquatable<ResponseContent>
- Inheritance
-
ResponseContent
- Implements
- Inherited Members
Constructors
ResponseContent(long)
public ResponseContent(long Size)
Parameters
Size
long
Properties
Size
public long Size { get; init; }