View Source GoogleApi.DataMigration.V1.Model.PackageEntity (google_api_data_migration v0.15.0)

Package's parent is a schema.

Attributes

  • customFeatures (type: map(), default: nil) - Custom engine specific features.
  • packageBody (type: String.t, default: nil) - The SQL code which creates the package body. If the package specification has cursors or subprograms, then the package body is mandatory.
  • packageSqlCode (type: String.t, default: nil) - The SQL code which creates the package.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.PackageEntity{
  customFeatures: map() | nil,
  packageBody: String.t() | nil,
  packageSqlCode: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.