IntelligenceX

API Reference

Class

CopilotQuotaSnapshot

Namespace IntelligenceX.Telemetry.Limits
Assembly IntelligenceX
Implements
IEquatable<CopilotQuotaSnapshot>
Modifiers sealed

Inheritance

  • Object
  • CopilotQuotaSnapshot

Constructors

public CopilotQuotaSnapshot(String Plan, String AssignedDateRaw, Nullable<DateTimeOffset> AssignedDate, String QuotaResetDateRaw, Nullable<DateTimeOffset> QuotaResetDate, CopilotQuotaWindow PremiumInteractions, CopilotQuotaWindow Chat) #

Parameters

Plan String requiredposition: 0
AssignedDateRaw String requiredposition: 1
AssignedDate Nullable<DateTimeOffset> requiredposition: 2
QuotaResetDateRaw String requiredposition: 3
QuotaResetDate Nullable<DateTimeOffset> requiredposition: 4
PremiumInteractions CopilotQuotaWindow requiredposition: 5
Chat CopilotQuotaWindow requiredposition: 6

Methods

public CopilotQuotaSnapshot <Clone>$() #
Returns: CopilotQuotaSnapshot
public Void Deconstruct(out String Plan, out String AssignedDateRaw, out Nullable<DateTimeOffset> AssignedDate, out String QuotaResetDateRaw, out Nullable<DateTimeOffset> QuotaResetDate, out CopilotQuotaWindow PremiumInteractions, out CopilotQuotaWindow Chat) #
Returns: Void

Parameters

Plan String requiredposition: 0
AssignedDateRaw String requiredposition: 1
AssignedDate Nullable<DateTimeOffset> requiredposition: 2
QuotaResetDateRaw String requiredposition: 3
QuotaResetDate Nullable<DateTimeOffset> requiredposition: 4
PremiumInteractions CopilotQuotaWindow requiredposition: 5
Chat CopilotQuotaWindow requiredposition: 6
Equals 2 overloads
public override Boolean Equals(Object obj) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public virtual Boolean Equals(CopilotQuotaSnapshot other) #
Returns: Boolean

Parameters

other CopilotQuotaSnapshot requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String AssignedDateRaw { get; set; } #
public Nullable<DateTimeOffset> AssignedDate { get; set; } #
public String QuotaResetDateRaw { get; set; } #
public Nullable<DateTimeOffset> QuotaResetDate { get; set; } #
public CopilotQuotaWindow PremiumInteractions { get; set; } #
public CopilotQuotaWindow Chat { get; set; } #