WorkspaceInfo

class WorkspaceInfo(id, name, description, team_id, created_at, updated_at)[source]

Bases: NamedTuple

NamedTuple describing a workspace returned by the API.

Create new instance of WorkspaceInfo(id, name, description, team_id, created_at, updated_at)

Methods

count

Return number of occurrences of value.

index

Return first index of value.

Attributes

created_at

Alias for field number 4

description

Alias for field number 2

id

Alias for field number 0

name

Alias for field number 1

team_id

Alias for field number 3

updated_at

Alias for field number 5

count(value, /)

Return number of occurrences of value.

index(value, start=0, stop=9223372036854775807, /)

Return first index of value.

Raises ValueError if the value is not present.

created_at

Alias for field number 4

description

Alias for field number 2

id

Alias for field number 0

name

Alias for field number 1

team_id

Alias for field number 3

updated_at

Alias for field number 5