Class GoogleApiServiceusageV2betaAnalysisResult
An analysis result including blockers and warnings.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1beta1.Data
Assembly: Google.Apis.ServiceUsage.v1beta1.dll
Syntax
public class GoogleApiServiceusageV2betaAnalysisResult : IDirectResponseSchema
Properties
Blockers
Blocking information that would prevent the policy changes at runtime.
Declaration
[JsonProperty("blockers")]
public virtual IList<GoogleApiServiceusageV2betaImpact> Blockers { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleApiServiceusageV2betaImpact> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Warnings
Warning information indicating that the policy changes might be unsafe, but will not block the changes at runtime.
Declaration
[JsonProperty("warnings")]
public virtual IList<GoogleApiServiceusageV2betaImpact> Warnings { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleApiServiceusageV2betaImpact> |