Show / Hide Table of Contents

Class GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse

The response of analyzing a consumer policy update.

Inheritance
object
GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse
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 GoogleApiServiceusageV2betaAnalyzeConsumerPolicyResponse : IDirectResponseSchema

Properties

Analysis

The list of analyses returned from performing the intended policy update analysis. The analysis is grouped by service name and different analysis types. The empty analysis list means that the consumer policy can be updated without any warnings or blockers.

Declaration
[JsonProperty("analysis")]
public virtual IList<GoogleApiServiceusageV2betaAnalysis> Analysis { get; set; }
Property Value
Type Description
IList<GoogleApiServiceusageV2betaAnalysis>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX