ListRuntimeActionSchemasResponse constructor
ListRuntimeActionSchemasResponse({
- String? nextPageToken,
- List<
RuntimeActionSchema> ? runtimeActionSchemas,
Implementation
ListRuntimeActionSchemasResponse({
this.nextPageToken,
this.runtimeActionSchemas,
});