Help Center> Object Storage Service> SDK Reference> Python> Data Types> Response Result of the Request for Listing Workflow Templates

Response Result of the Request for Listing Workflow Templates

Namespace

obs.ListWorkflowTemplateResponse

Parameter Description

Field

Type

Description

count

int

Number of records in a list

templates

Array TemplateItem JSON structure. For details, see Structures.

Information list of the workflow template list

nextStart

int

Start position for the next query

isTruncated

bool

Indicates whether the returned list of workflow templates is truncated. true: Not all results are returned. false: All results have been returned.