Class EntityType
EntityType message contains metadata information about a single entity type present in the external system.
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class EntityType : IDirectResponseSchema
Properties
DefaultSortBy
Declaration
[JsonProperty("defaultSortBy")]
public virtual string DefaultSortBy { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Fields
List containing metadata information about each field of the entity type.
Declaration
[JsonProperty("fields")]
public virtual IList<Field> Fields { get; set; }
Property Value
JsonSchema
JsonSchema representation of this entity's schema
Declaration
[JsonProperty("jsonSchema")]
public virtual JsonSchema JsonSchema { get; set; }
Property Value
Metadata like service latency, etc.
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, IDictionary<string, object>> Metadata { get; set; }
Property Value
Name
The name of the entity type.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Operations
Declaration
[JsonProperty("operations")]
public virtual IList<string> Operations { get; set; }
Property Value
Implements