GoogleApi.AppHub.V1.Model.ListDiscoveredWorkloadsResponse (google_api_app_hub v0.4.0)
View SourceResponse for ListDiscoveredWorkloads.
Attributes
-
discoveredWorkloads(type:list(GoogleApi.AppHub.V1.Model.DiscoveredWorkload.t), default:nil) - List of Discovered Workloads. -
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.AppHub.V1.Model.ListDiscoveredWorkloadsResponse{ discoveredWorkloads: [GoogleApi.AppHub.V1.Model.DiscoveredWorkload.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }