Sha256: 9beb9b2823112e494788db48dbecb89143e25a7c6a3f0e5f462b486d705db5ae
Contents?: true
Size: 530 Bytes
Versions: 2
Compression:
Stored size: 530 Bytes
Contents
# DatadogAPIClient::V1::UserDisableResponse ## Properties | Name | Type | Description | Notes | | ----------- | ---------- | ------------------------------------------------------------------- | ---------- | | **message** | **String** | Information pertaining to a user disabled for a given organization. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UserDisableResponse.new( message: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UserDisableResponse.md |
datadog_api_client-1.5.0 | docs/v1/UserDisableResponse.md |