Sha256: 27750cf0c7aa30ba4462577901c78e9de24f1f90b1e4332ac782fcb6d33a65d4
Contents?: true
Size: 426 Bytes
Versions: 2
Compression:
Stored size: 426 Bytes
Contents
# DatadogAPIClient::V1::UserListResponse ## Properties | Name | Type | Description | Notes | | --------- | -------------------------------- | --------------- | ---------- | | **users** | [**Array<User>**](User.md) | Array of users. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UserListResponse.new( users: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UserListResponse.md |
datadog_api_client-1.5.0 | docs/v1/UserListResponse.md |