Sha256: 3a7ed4c8f07be55b73d0b7bb43e6c806768caee256ec073152b0e3e41a2a7dd2
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
# TalonOne::Role ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **modified** | **DateTime** | The exact moment this entity was last modified. | **account_id** | **Integer** | The ID of the account that owns this entity. | **campaign_group_id** | **Integer** | The ID of the Campaign Group this role was created for. | [optional] **name** | **String** | Name of the role | **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 | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Role.new(id: null, created: null, modified: null, account_id: null, campaign_group_id: null, name: null, description: null, members: null, acl: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/Role.md |