Class SinglePackageChange
Options to configure rule type SinglePackageChange. The rule is used to alter the sql code for a package entities. The rule filter field can refer to one entity. The rule scope can be: Package
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class SinglePackageChange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageBody
Optional. Sql code for package body
Declaration
[JsonProperty("packageBody")]
public virtual string PackageBody { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageDescription
Optional. Sql code for package description
Declaration
[JsonProperty("packageDescription")]
public virtual string PackageDescription { get; set; }
Property Value
Type | Description |
---|---|
string |