Class AnalyzeConsumerPolicyResponse
The response of analyzing a consumer policy update.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1beta1.Data
Assembly: Google.Apis.ServiceUsage.v1beta1.dll
Syntax
public class AnalyzeConsumerPolicyResponse : 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<Analysis> Analysis { get; set; }
Property Value
Type | Description |
---|---|
IList<Analysis> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |