GooglePrivacyDlpV2ListStoredInfoTypesResponse constructor

GooglePrivacyDlpV2ListStoredInfoTypesResponse({
  1. String? nextPageToken,
  2. List<GooglePrivacyDlpV2StoredInfoType>? storedInfoTypes,
})

Implementation

GooglePrivacyDlpV2ListStoredInfoTypesResponse({
  this.nextPageToken,
  this.storedInfoTypes,
});