GooglePrivacyDlpV2ListInfoTypesResponse constructor

GooglePrivacyDlpV2ListInfoTypesResponse({
  1. List<GooglePrivacyDlpV2InfoTypeDescription>? infoTypes,
})

Implementation

GooglePrivacyDlpV2ListInfoTypesResponse({
  this.infoTypes,
});