Show / Hide Table of Contents

Class ListActionsResponse

Response message for ActionService.ListActions

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

Properties

Actions

List of action metadata.

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

ETag

The ETag of the item.

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

NextPageToken

Next page token if more actions available.

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

UnsupportedActionNames

List of actions which contain unsupported Datatypes. Check datatype.proto for more information.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX