Class PreCheckResponse
Structured PreCheckResponse containing message, type, and required actions.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class PreCheckResponse : IDirectResponseSchema
Properties
ActionsRequired
The actions that the user needs to take. Use repeated for multiple actions.
Declaration
[JsonProperty("actionsRequired")]
public virtual IList<string> ActionsRequired { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Message
The message to be displayed to the user.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MessageType
The type of message whether it is an info, warning, or error.
Declaration
[JsonProperty("messageType")]
public virtual string MessageType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |