Show / Hide Table of Contents

Class PreCheckResponse

Structured PreCheckResponse containing message, type, and required actions.

Inheritance
object
PreCheckResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX