View Source GoogleApi.MigrationCenter.V1.Model.ListAssetsResponse (google_api_migration_center v0.3.1)
Response message for listing assets.
Attributes
-
assets
(type:list(GoogleApi.MigrationCenter.V1.Model.Asset.t)
, default:nil
) - A list of assets. -
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.ListAssetsResponse{ assets: [GoogleApi.MigrationCenter.V1.Model.Asset.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.