Class ListActionsResponse
Response message for ActionService.ListActions
Implements
Inherited Members
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> |