GoogleCloudDataplexV1ChangeRequest constructor
GoogleCloudDataplexV1ChangeRequest({
- String? approver,
- String? author,
- String? changeType,
- GoogleCloudDataplexV1CreateEntryRequest? createEntry,
- GoogleCloudDataplexV1CreateEntryLinkRequest? createEntryLink,
- GoogleCloudDataplexV1CreateGlossaryRequest? createGlossary,
- GoogleCloudDataplexV1CreateGlossaryCategoryRequest? createGlossaryCategory,
- GoogleCloudDataplexV1CreateGlossaryTermRequest? createGlossaryTerm,
- String? createTime,
- GoogleCloudDataplexV1DataProductAccessRequest? dataProductAccessRequest,
- GoogleCloudDataplexV1DeleteEntryRequest? deleteEntry,
- GoogleCloudDataplexV1DeleteEntryLinkRequest? deleteEntryLink,
- GoogleCloudDataplexV1DeleteGlossaryRequest? deleteGlossary,
- GoogleCloudDataplexV1DeleteGlossaryCategoryRequest? deleteGlossaryCategory,
- GoogleCloudDataplexV1DeleteGlossaryTermRequest? deleteGlossaryTerm,
- String? etag,
- String? justification,
- Map<
String, String> ? labels, - String? name,
- String? rejectionComment,
- String? resource,
- String? reviewerComment,
- String? state,
- String? uid,
- GoogleCloudDataplexV1UpdateEntryRequest? updateEntry,
- GoogleCloudDataplexV1UpdateGlossaryRequest? updateGlossary,
- GoogleCloudDataplexV1UpdateGlossaryCategoryRequest? updateGlossaryCategory,
- GoogleCloudDataplexV1UpdateGlossaryTermRequest? updateGlossaryTerm,
- 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,
});