View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ListMetadataJobsResponse (google_api_dataplex v0.20.0)
List metadata jobs response.
Attributes
-
metadataJobs
(type:list(GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJob.t)
, default:nil
) - Metadata jobs under the specified parent location. -
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve the next page of results. If there are no more results in the list, the value is empty. -
unreachableLocations
(type:list(String.t)
, default:nil
) - Locations that the service couldn't reach.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ListMetadataJobsResponse{ metadataJobs: [GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJob.t()] | nil, nextPageToken: String.t() | nil, unreachableLocations: [String.t()] | nil }