Show / Hide Table of Contents

Class Action

Action message contains metadata information about a single action present in the external system.

Inheritance
object
Action
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.v2.Data
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class Action : IDirectResponseSchema

Properties

Description

Brief Description of action

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

DisplayName

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

JsonSchema representation of this actions's input schema

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

InputParameters

List containing input parameter metadata.

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

Name

Name of the action.

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

ResultJsonSchema

JsonSchema representation of this actions's result schema

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

ResultMetadata

List containing the metadata of result fields.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX