GoogleCloudDataplexV1ListDataAttributeBindingsResponse constructor
GoogleCloudDataplexV1ListDataAttributeBindingsResponse({
- List<
GoogleCloudDataplexV1DataAttributeBinding> ? dataAttributeBindings, - String? nextPageToken,
- List<
String> ? unreachableLocations,
Implementation
GoogleCloudDataplexV1ListDataAttributeBindingsResponse({
this.dataAttributeBindings,
this.nextPageToken,
this.unreachableLocations,
});