# DatadogAPIClient::V2::RoleUpdateResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**RoleUpdateResponseData**](RoleUpdateResponseData.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::RoleUpdateResponse.new( data: null ) ```