View Source GoogleApi.MigrationCenter.V1.Model.InsightList (google_api_migration_center v0.3.0)
Message containing insights list.
Attributes
-
insights
(type:list(GoogleApi.MigrationCenter.V1.Model.Insight.t)
, default:nil
) - Output only. Insights of the list. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Update timestamp.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.InsightList{ insights: [GoogleApi.MigrationCenter.V1.Model.Insight.t()] | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.