GoogleCloudDataplexV1AspectTypeMetadataTemplate constructor
GoogleCloudDataplexV1AspectTypeMetadataTemplate({
- GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations? annotations,
- GoogleCloudDataplexV1AspectTypeMetadataTemplate? arrayItems,
- GoogleCloudDataplexV1AspectTypeMetadataTemplateConstraints? constraints,
- List<
GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue> ? enumValues, - int? index,
- GoogleCloudDataplexV1AspectTypeMetadataTemplate? mapItems,
- String? name,
- List<
GoogleCloudDataplexV1AspectTypeMetadataTemplate> ? recordFields, - String? type,
- String? typeId,
- String? typeRef,
Implementation
GoogleCloudDataplexV1AspectTypeMetadataTemplate({
this.annotations,
this.arrayItems,
this.constraints,
this.enumValues,
this.index,
this.mapItems,
this.name,
this.recordFields,
this.type,
this.typeId,
this.typeRef,
});