Class GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations
Definition of the annotations of a field.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations : IDirectResponseSchema
Properties
Deprecated
Optional. Marks a field as deprecated. You can include a deprecation message.
Declaration
[JsonProperty("deprecated")]
public virtual string Deprecated { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Optional. Description for a field.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Optional. Display name for a field.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayOrder
Optional. Display order for a field. You can use this to reorder where a field is rendered.
Declaration
[JsonProperty("displayOrder")]
public virtual int? DisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StringType
Optional. You can use String Type annotations to specify special meaning to string fields. The following values are supported: richText: The field must be interpreted as a rich text field. url: A fully qualified URL link. resource: A service qualified resource reference.
Declaration
[JsonProperty("stringType")]
public virtual string StringType { get; set; }
Property Value
Type | Description |
---|---|
string |
StringValues
Optional. Suggested hints for string fields. You can use them to suggest values to users through console.
Declaration
[JsonProperty("stringValues")]
public virtual IList<string> StringValues { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |