GoogleCloudDataplexV1ListDataAttributeBindingsResponse constructor

GoogleCloudDataplexV1ListDataAttributeBindingsResponse({
  1. List<GoogleCloudDataplexV1DataAttributeBinding>? dataAttributeBindings,
  2. String? nextPageToken,
  3. List<String>? unreachableLocations,
})

Implementation

GoogleCloudDataplexV1ListDataAttributeBindingsResponse({
  this.dataAttributeBindings,
  this.nextPageToken,
  this.unreachableLocations,
});