View Source GoogleApi.DataMigration.V1.Model.SingleEntityRename (google_api_data_migration v0.21.0)
Options to configure rule type SingleEntityRename. The rule is used to rename an entity. The rule filter field can refer to only one entity. The rule scope can be one of: Database, Schema, Table, Column, Constraint, Index, View, Function, Stored Procedure, Materialized View, Sequence, UDT, Synonym
Attributes
-
newName
(type:String.t
, default:nil
) - Required. The new name of the destination entity
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataMigration.V1.Model.SingleEntityRename{ newName: String.t() | nil }