Sha256: ea4fe0bcb758c460b488a7204e779ce1500af20f069a9b3854d10975943a24f5
Contents?: true
Size: 445 Bytes
Versions: 7
Compression:
Stored size: 445 Bytes
Contents
# DatadogAPIClient::V2::RolesResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**Array<Role>**](Role.md) | Array of returned roles. | [optional] | | **meta** | [**ResponseMetaAttributes**](ResponseMetaAttributes.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::RolesResponse.new( data: null, meta: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems