ListWorkflowTemplatesResponse class

A response to a request to list workflow templates in a project.

Constructors

ListWorkflowTemplatesResponse({String? nextPageToken, List<WorkflowTemplate>? templates, List<String>? unreachable})
ListWorkflowTemplatesResponse.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
nextPageToken String?
This token is included in the response if there are more results to fetch.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templates List<WorkflowTemplate>?
WorkflowTemplates list.
getter/setter pair
unreachable List<String>?
List of workflow templates that could not be included in the response.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited