Table of Contents

Class JEProfileCape

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

public record JEProfileCape : IEquatable<JEProfileCape>

Inheritance

objectJEProfileCape

Implements

IEquatable<JEProfileCape>

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

string?

Id

[JsonPropertyName("id")]
public string? Id { get; init; }

Property Value

string?

State

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

Property Value

string?

Url

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

Property Value

string?