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