google_api_data_catalog v0.9.0 GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SearchCatalogResponse View Source
Response message for SearchCatalog.
Attributes
nextPageToken(type:String.t, default:nil) - The token that can be used to retrieve the next page of results.results(type:list(GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SearchCatalogResult.t), default:nil) - Search results.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() ::
%GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SearchCatalogResponse{
nextPageToken: String.t(),
results: [
GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SearchCatalogResult.t()
]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.