Class Analysis
A message to group the analysis information.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1beta1.Data
Assembly: Google.Apis.ServiceUsage.v1beta1.dll
Syntax
public class Analysis : IDirectResponseSchema
Properties
AnalysisType
Output only. The type of analysis.
Declaration
[JsonProperty("analysisType")]
public virtual string AnalysisType { get; set; }
Property Value
Type | Description |
---|---|
string |
AnalysisValue
Output only. Analysis result of updating a policy.
Declaration
[JsonProperty("analysis")]
public virtual AnalysisResult AnalysisValue { get; set; }
Property Value
Type | Description |
---|---|
AnalysisResult |
DisplayName
Output only. The user friendly display name of the analysis type. E.g. service dependency analysis, service resource usage analysis, etc.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Service
The names of the service that has analysis result of warnings or blockers. Example:
services/storage.googleapis.com
.
Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
Type | Description |
---|---|
string |