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

A single DDL statement for a specific entity

Attributes

  • ddl (type: String.t, default: nil) - The actual ddl code.
  • ddlType (type: String.t, default: nil) - Type of DDL (Create, Alter).
  • entity (type: String.t, default: nil) - The name of the database entity the ddl refers to.
  • entityType (type: String.t, default: nil) - The entity type (if the DDL is for a sub entity).
  • issueId (type: list(String.t), default: nil) - EntityIssues found for this ddl.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.EntityDdl{
  ddl: String.t() | nil,
  ddlType: String.t() | nil,
  entity: String.t() | nil,
  entityType: String.t() | nil,
  issueId: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.