Sha256: 6155e45cc6d4349788c367ca3fc77e1c3439c93fa1bc2489d6de6b2067f403dc
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 KB
Contents
# TalonOne::Role ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | The ID of the role corresponding to the DB row | **account_id** | **Integer** | The ID of the Talon.One account that owns this role. | **campaign_group_id** | **Integer** | The ID of the Campaign Group this role was created for. | [optional] **name** | **String** | Name of the role | [optional] **description** | **String** | Description of the role | [optional] **members** | **Array<Integer>** | A list of user identifiers assigned to this role | [optional] **acl** | [**Object**](.md) | Role ACL Policy | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Role.new(id: null, account_id: null, campaign_group_id: null, name: null, description: null, members: null, acl: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.3.0 | docs/Role.md |
talon_one-2.2.0 | docs/Role.md |