Class SqlInstancesVerifyExternalSyncSettingsResponse
Instance verify external sync settings response.
Inheritance
System.Object
SqlInstancesVerifyExternalSyncSettingsResponse
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class SqlInstancesVerifyExternalSyncSettingsResponse : IDirectResponseSchema
Properties
Errors
List of migration violations.
Declaration
[JsonProperty("errors")]
public virtual IList<SqlExternalSyncSettingError> Errors { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<SqlExternalSyncSettingError> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Kind
This is always sql#migrationSettingErrorList.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Warnings
List of migration warnings.
Declaration
[JsonProperty("warnings")]
public virtual IList<SqlExternalSyncSettingError> Warnings { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<SqlExternalSyncSettingError> |