Class EntityType
EntityType message contains metadata information about a single entity type present in the external system.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v2.Data
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class EntityType : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fields
List containing metadata information about each field of the entity type.
Declaration
[JsonProperty("fields")]
public virtual IList<Field> Fields { get; set; }
Property Value
Type | Description |
---|---|
IList<Field> |
JsonSchema
JsonSchema representation of this entity's schema
Declaration
[JsonProperty("jsonSchema")]
public virtual JsonSchema JsonSchema { get; set; }
Property Value
Type | Description |
---|---|
JsonSchema |
Name
The name of the entity type.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Operations
Declaration
[JsonProperty("operations")]
public virtual IList<string> Operations { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |