API Reference
Class
ProviderLimitAccountAdvisory
Inheritance
- Object
- ProviderLimitAccountAdvisory
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public ProviderLimitAccountAdvisory(String accountId, String displayLabel, String planLabel, String hottestWindowLabel, String statusLabel, String summary, Double riskScore, Boolean isRecommended, Boolean isSelected) #Parameters
- accountId String
- displayLabel String
- planLabel String
- hottestWindowLabel String
- statusLabel String
- summary String
- riskScore Double
- isRecommended Boolean
- isSelected Boolean
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String AccountId { get; } #public String DisplayLabel { get; } #public String PlanLabel { get; } #public String HottestWindowLabel { get; } #public String StatusLabel { get; } #public String Summary { get; } #public Double RiskScore { get; } #public Boolean IsRecommended { get; } #public Boolean IsSelected { get; } #