GoogleApi.VMMigration.V1.Model.ListTargetProjectsResponse (google_api_vm_migration v0.3.0) View Source
Response message for 'ListTargetProjects' call.
Attributes
-
nextPageToken(type:String.t, default:nil) - Output only. A token, which can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages. -
targetProjects(type:list(GoogleApi.VMMigration.V1.Model.TargetProject.t), default:nil) - Output only. The list of target response. -
unreachable(type:list(String.t), default:nil) - Output only. Locations that could not be reached.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.VMMigration.V1.Model.ListTargetProjectsResponse{
nextPageToken: String.t() | nil,
targetProjects: [GoogleApi.VMMigration.V1.Model.TargetProject.t()] | nil,
unreachable: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.