Sha256: 9383a3ddc761588070b9fc93240937a4e72f39d5debe8b0c763377e4f9132282
Contents?: true
Size: 609 Bytes
Versions: 7
Compression:
Stored size: 609 Bytes
Contents
# DatadogAPIClient::V2::UsersResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**Array<User>**](User.md) | Array of returned users. | [optional] | | **included** | [**Array<UserResponseIncludedItem>**](UserResponseIncludedItem.md) | Array of objects related to the users. | [optional] | | **meta** | [**ResponseMetaAttributes**](ResponseMetaAttributes.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::UsersResponse.new( data: null, included: null, meta: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems