Class ResourceSuspensionInfo
Resource suspension info for a database resource.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class ResourceSuspensionInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceSuspended
Is resource suspended.
Declaration
[JsonProperty("resourceSuspended")]
public virtual bool? ResourceSuspended { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SuspensionReason
Suspension reason for the resource.
Declaration
[JsonProperty("suspensionReason")]
public virtual string SuspensionReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |