Class RuntimeEntitySchema
Schema of a runtime entity.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class RuntimeEntitySchema : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Entity
Output only. Name of the entity.
Declaration
[JsonProperty("entity")]
public virtual string Entity { get; set; }
Property Value
Type | Description |
---|---|
string |
Fields
Output only. List of fields in the entity.
Declaration
[JsonProperty("fields")]
public virtual IList<Field> Fields { get; set; }
Property Value
Type | Description |
---|---|
IList<Field> |
JsonSchema
Output only. JsonSchema representation of this entity's metadata
Declaration
[JsonProperty("jsonSchema")]
public virtual JsonSchema JsonSchema { get; set; }
Property Value
Type | Description |
---|---|
JsonSchema |
Operations
List of operations supported by this entity
Declaration
[JsonProperty("operations")]
public virtual IList<string> Operations { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |