Class Entity
'Entity row'/ 'Entity' refers to a single row of an entity type.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v2.Data
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class Entity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fields
Fields of the entity. The key is name of the field and the value contains the applicable
google.protobuf.Value
entry for this field.
Declaration
[JsonProperty("fields")]
public virtual IDictionary<string, object> Fields { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Name
Output only. Resource name of the Entity. Format: projects/{project}/locations/{location}/connections/{connection}/entityTypes/{type}/entities/{id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |