Table of Contents

Class JEProfileSkin

Namespace: CmlLib.Core.Auth.Microsoft.Sessions
Assembly: CmlLib.Core.Auth.Microsoft.dll

public record JEProfileSkin : IEquatable<JEProfileSkin>

Inheritance

objectJEProfileSkin

Implements

IEquatable<JEProfileSkin>

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

string?

State

[JsonPropertyName("state")]
public string? State { get; init; }

Property Value

string?

TextureKey

[JsonPropertyName("textureKey")]
public string? TextureKey { get; init; }

Property Value

string?

Url

[JsonPropertyName("url")]
public string? Url { get; init; }

Property Value

string?

Variant

[JsonPropertyName("variant")]
public string? Variant { get; init; }

Property Value

string?