Show / Hide Table of Contents

Class RuntimeEntitySchema

Schema of a runtime entity.

Inheritance
object
RuntimeEntitySchema
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX