GoogleCloudDataplexV1Entity constructor
GoogleCloudDataplexV1Entity({
- GoogleCloudDataplexV1StorageAccess? access,
- String? asset,
- String? catalogEntry,
- GoogleCloudDataplexV1EntityCompatibilityStatus? compatibility,
- String? createTime,
- String? dataPath,
- String? dataPathPattern,
- String? description,
- String? displayName,
- String? etag,
- GoogleCloudDataplexV1StorageFormat? format,
- String? id,
- String? name,
- GoogleCloudDataplexV1Schema? schema,
- String? system,
- String? type,
- String? uid,
- String? updateTime,
Implementation
GoogleCloudDataplexV1Entity({
this.access,
this.asset,
this.catalogEntry,
this.compatibility,
this.createTime,
this.dataPath,
this.dataPathPattern,
this.description,
this.displayName,
this.etag,
this.format,
this.id,
this.name,
this.schema,
this.system,
this.type,
this.uid,
this.updateTime,
});