GoogleCloudDataplexV1Action constructor

GoogleCloudDataplexV1Action({
  1. String? asset,
  2. String? category,
  3. List<String>? dataLocations,
  4. String? detectTime,
  5. GoogleCloudDataplexV1ActionFailedSecurityPolicyApply? failedSecurityPolicyApply,
  6. GoogleCloudDataplexV1ActionIncompatibleDataSchema? incompatibleDataSchema,
  7. GoogleCloudDataplexV1ActionInvalidDataFormat? invalidDataFormat,
  8. GoogleCloudDataplexV1ActionInvalidDataOrganization? invalidDataOrganization,
  9. GoogleCloudDataplexV1ActionInvalidDataPartition? invalidDataPartition,
  10. String? issue,
  11. String? lake,
  12. GoogleCloudDataplexV1ActionMissingData? missingData,
  13. GoogleCloudDataplexV1ActionMissingResource? missingResource,
  14. String? name,
  15. GoogleCloudDataplexV1ActionUnauthorizedResource? unauthorizedResource,
  16. String? zone,
})

Implementation

GoogleCloudDataplexV1Action({
  this.asset,
  this.category,
  this.dataLocations,
  this.detectTime,
  this.failedSecurityPolicyApply,
  this.incompatibleDataSchema,
  this.invalidDataFormat,
  this.invalidDataOrganization,
  this.invalidDataPartition,
  this.issue,
  this.lake,
  this.missingData,
  this.missingResource,
  this.name,
  this.unauthorizedResource,
  this.zone,
});