GoogleCloudDataplexV1ListDataAttributesResponse constructor

GoogleCloudDataplexV1ListDataAttributesResponse({
  1. List<GoogleCloudDataplexV1DataAttribute>? dataAttributes,
  2. String? nextPageToken,
  3. List<String>? unreachableLocations,
})

Implementation

GoogleCloudDataplexV1ListDataAttributesResponse({
  this.dataAttributes,
  this.nextPageToken,
  this.unreachableLocations,
});