Class JEProfileCape
Namespace: CmlLib.Core.Auth.Microsoft.Sessions
Assembly: CmlLib.Core.Auth.Microsoft.dll
public record JEProfileCape : IEquatable<JEProfileCape>
Inheritance
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
JEProfileCape(string?, string?, string?, string?)
public JEProfileCape(string? Id, string? State, string? Url, string? Alias)
Parameters
Id string?
State string?
Url string?
Alias string?
Properties
Alias
[JsonPropertyName("alias")]
public string? Alias { get; init; }
Property Value
Id
[JsonPropertyName("id")]
public string? Id { get; init; }
Property Value
State
[JsonPropertyName("state")]
public string? State { get; init; }
Property Value
Url
[JsonPropertyName("url")]
public string? Url { get; init; }