Show / Hide Table of Contents

Class RuntimeActionSchema

Schema of a runtime action.

Inheritance
object
RuntimeActionSchema
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 RuntimeActionSchema : IDirectResponseSchema

Properties

Action

Output only. Name of the action.

Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Type Description
string

Description

Output only. Brief Description of action

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

Output only. Display Name of action to be shown on client side

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InputJsonSchema

Output only. JsonSchema representation of this action's input metadata

Declaration
[JsonProperty("inputJsonSchema")]
public virtual JsonSchema InputJsonSchema { get; set; }
Property Value
Type Description
JsonSchema

InputParameters

Output only. List of input parameter metadata for the action.

Declaration
[JsonProperty("inputParameters")]
public virtual IList<InputParameter> InputParameters { get; set; }
Property Value
Type Description
IList<InputParameter>

InputSchemaAsString

Output only. Input schema as string.

Declaration
[JsonProperty("inputSchemaAsString")]
public virtual string InputSchemaAsString { get; set; }
Property Value
Type Description
string

ResultJsonSchema

Output only. JsonSchema representation of this action's result metadata

Declaration
[JsonProperty("resultJsonSchema")]
public virtual JsonSchema ResultJsonSchema { get; set; }
Property Value
Type Description
JsonSchema

ResultMetadata

Output only. List of result field metadata.

Declaration
[JsonProperty("resultMetadata")]
public virtual IList<ResultMetadata> ResultMetadata { get; set; }
Property Value
Type Description
IList<ResultMetadata>

ResultSchemaAsString

Output only. Result schema as string.

Declaration
[JsonProperty("resultSchemaAsString")]
public virtual string ResultSchemaAsString { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX