Class Rejection
Encapsulates details about why a request was rejected.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class Rejection : IDirectResponseSchema
Properties
DisplayMessage
Output only. A user-facing message explaining the rejection.
Declaration
[JsonProperty("displayMessage")]
public virtual string DisplayMessage { 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 |
Reason
Output only. The reason for the rejection.
Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |