Show / Hide Table of Contents

Class GoogleApiServiceusageV2betaAnalysis

A message to group the analysis information.

Inheritance
object
GoogleApiServiceusageV2betaAnalysis
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class GoogleApiServiceusageV2betaAnalysis : IDirectResponseSchema

Properties

AnalysisResult

Output only. Analysis result of updating a policy.

Declaration
[JsonProperty("analysisResult")]
public virtual GoogleApiServiceusageV2betaAnalysisResult AnalysisResult { get; set; }
Property Value
Type Description
GoogleApiServiceusageV2betaAnalysisResult

AnalysisType

Output only. The type of analysis.

Declaration
[JsonProperty("analysisType")]
public virtual string AnalysisType { get; set; }
Property Value
Type Description
string

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX