GoogleCloudDataplexV1ChangeRequest constructor

GoogleCloudDataplexV1ChangeRequest({
  1. String? approver,
  2. String? author,
  3. String? changeType,
  4. GoogleCloudDataplexV1CreateEntryRequest? createEntry,
  5. GoogleCloudDataplexV1CreateEntryLinkRequest? createEntryLink,
  6. GoogleCloudDataplexV1CreateGlossaryRequest? createGlossary,
  7. GoogleCloudDataplexV1CreateGlossaryCategoryRequest? createGlossaryCategory,
  8. GoogleCloudDataplexV1CreateGlossaryTermRequest? createGlossaryTerm,
  9. String? createTime,
  10. GoogleCloudDataplexV1DataProductAccessRequest? dataProductAccessRequest,
  11. GoogleCloudDataplexV1DeleteEntryRequest? deleteEntry,
  12. GoogleCloudDataplexV1DeleteEntryLinkRequest? deleteEntryLink,
  13. GoogleCloudDataplexV1DeleteGlossaryRequest? deleteGlossary,
  14. GoogleCloudDataplexV1DeleteGlossaryCategoryRequest? deleteGlossaryCategory,
  15. GoogleCloudDataplexV1DeleteGlossaryTermRequest? deleteGlossaryTerm,
  16. String? etag,
  17. String? justification,
  18. Map<String, String>? labels,
  19. String? name,
  20. String? rejectionComment,
  21. String? resource,
  22. String? reviewerComment,
  23. String? state,
  24. String? uid,
  25. GoogleCloudDataplexV1UpdateEntryRequest? updateEntry,
  26. GoogleCloudDataplexV1UpdateGlossaryRequest? updateGlossary,
  27. GoogleCloudDataplexV1UpdateGlossaryCategoryRequest? updateGlossaryCategory,
  28. GoogleCloudDataplexV1UpdateGlossaryTermRequest? updateGlossaryTerm,
  29. String? updateTime,
})

Implementation

GoogleCloudDataplexV1ChangeRequest({
  this.approver,
  this.author,
  this.changeType,
  this.createEntry,
  this.createEntryLink,
  this.createGlossary,
  this.createGlossaryCategory,
  this.createGlossaryTerm,
  this.createTime,
  this.dataProductAccessRequest,
  this.deleteEntry,
  this.deleteEntryLink,
  this.deleteGlossary,
  this.deleteGlossaryCategory,
  this.deleteGlossaryTerm,
  this.etag,
  this.justification,
  this.labels,
  this.name,
  this.rejectionComment,
  this.resource,
  this.reviewerComment,
  this.state,
  this.uid,
  this.updateEntry,
  this.updateGlossary,
  this.updateGlossaryCategory,
  this.updateGlossaryTerm,
  this.updateTime,
});