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

A generic insight about an asset.

Attributes

  • additionalInformation (type: list(String.t), default: nil) - Output only. Additional information about the insight, each entry can be a logical entry and must make sense if it is displayed with line breaks between each entry. Text can contain md style links.
  • defaultMessage (type: String.t, default: nil) - Output only. In case message_code is not yet known by the client default_message will be the message to be used instead.
  • messageId (type: String.t, default: nil) - Output only. Represents a globally unique message id for this insight, can be used for localization purposes, in case message_code is not yet known by the client use default_message instead.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.GenericInsight{
  additionalInformation: [String.t()] | nil,
  defaultMessage: String.t() | nil,
  messageId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.