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