AssetsApi class

Public REST API for Jira Service Management

Constructors

AssetsApi(ApiClient _client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAssetsWorkspaces({int? start, int? limit}) Future<PagedDTOAssetsWorkspaceDTO>
Returns a list of Assets workspace IDs. Include a workspace ID in the path to access the Assets REST APIs.
getInsightWorkspaces({int? start, int? limit}) Future<PagedDTOInsightWorkspaceDTO>
This endpoint is deprecated, please use /assets/workspace/.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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