> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Roles

[**@smokeballdev/smokeball-client-sdk**](./../../../../README)

***

# Interface: Role

The role entity from Smokeball.

## Properties

### contactId

> **contactId**: `string`

Contact id on the role.

***

### id

> **id**: `string`

Role id.

***

### isClient

> **isClient**: `boolean`

Returns true if the role is a client.

***

### isOtherSide

> **isOtherSide**: `boolean`

Returns true if the role is an otherside.

***

### name

> **name**: `string`

Name of the role.

***

### representativeIds

> **representativeIds**: `string`\[]

Representative ids on the role.

***

### versionId

> **versionId**: `string`

Version id.
