Class ListRuntimeActionSchemasResponse
Response message for ConnectorsService.ListRuntimeActionSchemas.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ListRuntimeActionSchemasResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Next page token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RuntimeActionSchemas
Runtime action schemas.
Declaration
[JsonProperty("runtimeActionSchemas")]
public virtual IList<RuntimeActionSchema> RuntimeActionSchemas { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<RuntimeActionSchema> |