Sha256: ce264f22b7f62fe81fe57c7ae814cd8512214380f38505cbbbf0cc012c16766b
Contents?: true
Size: 569 Bytes
Versions: 25
Compression:
Stored size: 569 Bytes
Contents
# PulpcoreClient::GroupUserResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **username** | **String** | Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. | **pulp_href** | **String** | | [optional] [readonly] **prn** | **String** | | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::GroupUserResponse.new(username: null, pulp_href: null, prn: null) ```
Version data entries
25 entries across 25 versions & 1 rubygems