View Source GoogleApi.MigrationCenter.V1.Model.Insight (google_api_migration_center v0.5.2)

An insight about an asset.

Attributes

  • genericInsight (type: GoogleApi.MigrationCenter.V1.Model.GenericInsight.t, default: nil) - Output only. A generic insight about an asset
  • migrationInsight (type: GoogleApi.MigrationCenter.V1.Model.MigrationInsight.t, default: nil) - Output only. An insight about potential migrations for an asset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.Insight{
  genericInsight: GoogleApi.MigrationCenter.V1.Model.GenericInsight.t() | nil,
  migrationInsight:
    GoogleApi.MigrationCenter.V1.Model.MigrationInsight.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.