GoogleCloudDataplexV1DataAttribute constructor
GoogleCloudDataplexV1DataAttribute({
- int? attributeCount,
- String? createTime,
- GoogleCloudDataplexV1DataAccessSpec? dataAccessSpec,
- String? description,
- String? displayName,
- String? etag,
- Map<
String, String> ? labels, - String? name,
- String? parentId,
- GoogleCloudDataplexV1ResourceAccessSpec? resourceAccessSpec,
- String? uid,
- String? updateTime,
Implementation
GoogleCloudDataplexV1DataAttribute({
this.attributeCount,
this.createTime,
this.dataAccessSpec,
this.description,
this.displayName,
this.etag,
this.labels,
this.name,
this.parentId,
this.resourceAccessSpec,
this.uid,
this.updateTime,
});