View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SearchMigratableResourcesResponse (google_api_ai_platform v0.13.0)
Response message for MigrationService.SearchMigratableResources.
Attributes
-
migratableResources
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResource.t)
, default:nil
) - All migratable resources that can be migrated to the location specified in the request. -
nextPageToken
(type:String.t
, default:nil
) - The standard next-page token. The migratable_resources may not fill page_size in SearchMigratableResourcesRequest even when there are subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SearchMigratableResourcesResponse{ migratableResources: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResource.t() ] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.