Sha256: ac760f9401540e33de77309048e980e7b23cdba311e60b43e34f38f98167e3d1
Contents?: true
Size: 555 Bytes
Versions: 7
Compression:
Stored size: 555 Bytes
Contents
# DatadogAPIClient::V2::RoleCreateData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**RoleCreateAttributes**](RoleCreateAttributes.md) | | | | **relationships** | [**RoleRelationships**](RoleRelationships.md) | | [optional] | | **type** | [**RolesType**](RolesType.md) | | [optional][default to 'roles'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::RoleCreateData.new( attributes: null, relationships: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems