IntelligenceX

API Reference

Class

ProviderLimitAccountAdvisory

Namespace IntelligenceX.Telemetry.Limits
Assembly IntelligenceX
Modifiers sealed

Inheritance

  • Object
  • ProviderLimitAccountAdvisory

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public ProviderLimitAccountAdvisory(String accountId, String displayLabel, String planLabel, String hottestWindowLabel, String statusLabel, String summary, Double riskScore, Boolean isRecommended, Boolean isSelected) #

Parameters

accountId String requiredposition: 0
displayLabel String requiredposition: 1
planLabel String requiredposition: 2
hottestWindowLabel String requiredposition: 3
statusLabel String requiredposition: 4
summary String requiredposition: 5
riskScore Double requiredposition: 6
isRecommended Boolean requiredposition: 7
isSelected Boolean requiredposition: 8

Properties

public String AccountId { get; } #
public String DisplayLabel { get; } #
public String PlanLabel { get; } #
public String HottestWindowLabel { get; } #
public String StatusLabel { get; } #
public Double RiskScore { get; } #
public Boolean IsRecommended { get; } #
public Boolean IsSelected { get; } #