GoogleCloudDataplexV1ListDataAttributesResponse constructor
GoogleCloudDataplexV1ListDataAttributesResponse({
- List<
GoogleCloudDataplexV1DataAttribute> ? dataAttributes, - String? nextPageToken,
- List<
String> ? unreachableLocations,
Implementation
GoogleCloudDataplexV1ListDataAttributesResponse({
this.dataAttributes,
this.nextPageToken,
this.unreachableLocations,
});