Sha256: a158227d68948f66382bf40f976722cdfe65c820d45e9fa0ff295b2e304a3b60
Contents?: true
Size: 536 Bytes
Versions: 7
Compression:
Stored size: 536 Bytes
Contents
# DatadogAPIClient::V2::RoleCreateAttributes ## 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. | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::RoleCreateAttributes.new( created_at: null, modified_at: null, name: developers ) ```
Version data entries
7 entries across 7 versions & 1 rubygems