View Source GoogleApi.DataMigration.V1.Model.EntityMappingLogEntry (google_api_data_migration v0.13.0)

A single record of a rule which was used for a mapping.

Attributes

  • mappingComment (type: String.t, default: nil) - Comment.
  • ruleId (type: String.t, default: nil) - Which rule caused this log entry.
  • ruleRevisionId (type: String.t, default: nil) - Rule revision ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.EntityMappingLogEntry{
  mappingComment: String.t() | nil,
  ruleId: String.t() | nil,
  ruleRevisionId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.