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

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

Attributes

  • packageBody (type: String.t, default: nil) - Optional. Sql code for package body
  • packageDescription (type: String.t, default: nil) - Optional. Sql code for package description

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.SinglePackageChange{
  packageBody: String.t() | nil,
  packageDescription: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.