Class HarCreator
public record HarCreator : IEquatable<HarCreator>
- Inheritance
-
HarCreator
- Implements
- Inherited Members
Constructors
HarCreator(string, string, string?)
public HarCreator(string Name, string Version, string? Comment)
Parameters
Properties
Comment
public string? Comment { get; set; }
Property Value
Name
public string Name { get; init; }
Property Value
Version
public string Version { get; init; }