Class ListActionsResponse
Response message for ListActions API
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ListActionsResponse : IDirectResponseSchema
Properties
Actions
list of actions
Declaration
[JsonProperty("actions")]
public virtual IList<RuntimeActionSchema> Actions { get; set; }
Property Value
Type | Description |
---|---|
IList<RuntimeActionSchema> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
token for next page
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |