Class GoogleApiServiceusageV2betaImpact
A message to group impacts of updating a policy.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class GoogleApiServiceusageV2betaImpact : IDirectResponseSchema
Properties
Detail
Output only. User friendly impact detail in a free form message.
Declaration
[JsonProperty("detail")]
public virtual string Detail { 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 |
ImpactType
Output only. The type of impact.
Declaration
[JsonProperty("impactType")]
public virtual string ImpactType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MissingDependency
Output only. This field will be populated only for the DEPENDENCY_MISSING_DEPENDENCIES impact type.
Example: services/compute.googleapis.com. Impact.detail will be in format : missing service dependency: {missing_dependency}.
Declaration
[JsonProperty("missingDependency")]
public virtual string MissingDependency { get; set; }
Property Value
| Type | Description |
|---|---|
| string |