View Source GoogleApi.MigrationCenter.V1.Model.ListErrorFramesResponse (google_api_migration_center v0.5.0)
A response for listing error frames.
Attributes
-
errorFrames
(type:list(GoogleApi.MigrationCenter.V1.Model.ErrorFrame.t)
, default:nil
) - The list of error frames. -
nextPageToken
(type:String.t
, default:nil
) - A token identifying a page of results the server should return. -
unreachable
(type:list(String.t)
, default:nil
) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.ListErrorFramesResponse{ errorFrames: [GoogleApi.MigrationCenter.V1.Model.ErrorFrame.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.