GoogleCloudDataplexV1Action constructor
GoogleCloudDataplexV1Action({
- String? asset,
- String? category,
- List<
String> ? dataLocations, - String? detectTime,
- GoogleCloudDataplexV1ActionFailedSecurityPolicyApply? failedSecurityPolicyApply,
- GoogleCloudDataplexV1ActionIncompatibleDataSchema? incompatibleDataSchema,
- GoogleCloudDataplexV1ActionInvalidDataFormat? invalidDataFormat,
- GoogleCloudDataplexV1ActionInvalidDataOrganization? invalidDataOrganization,
- GoogleCloudDataplexV1ActionInvalidDataPartition? invalidDataPartition,
- String? issue,
- String? lake,
- GoogleCloudDataplexV1ActionMissingData? missingData,
- GoogleCloudDataplexV1ActionMissingResource? missingResource,
- String? name,
- GoogleCloudDataplexV1ActionUnauthorizedResource? unauthorizedResource,
- 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,
});