Sha256: 9682db687fa97640efac0790ce2c219ca0194ac001574bbb47447c59eb90b11b
Contents?: true
Size: 638 Bytes
Versions: 7
Compression:
Stored size: 638 Bytes
Contents
# DatadogAPIClient::V2::RoleAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | Creation time of the role. | [optional][readonly] | | **modified_at** | **Time** | Time of last role modification. | [optional][readonly] | | **name** | **String** | Name of the role. | [optional] | | **user_count** | **Integer** | Number of users with that role. | [optional][readonly] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::RoleAttributes.new( created_at: null, modified_at: null, name: null, user_count: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems