GoogleCloudDataplexV1SearchEntriesResult constructor

GoogleCloudDataplexV1SearchEntriesResult({
  1. GoogleCloudDataplexV1Entry? dataplexEntry,
  2. String? linkedResource,
  3. GoogleCloudDataplexV1SearchEntriesResultSnippets? snippets,
})

Implementation

GoogleCloudDataplexV1SearchEntriesResult({
  this.dataplexEntry,
  this.linkedResource,
  this.snippets,
});