Sha256: da4003da7626b7bf21089d007db6cdd033e509b14bd541390b8be547e3505663
Contents?: true
Size: 633 Bytes
Versions: 18
Compression:
Stored size: 633 Bytes
Contents
# PulpcoreClient::PermissionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **id** | **String** | | [optional] [readonly] **permission** | **String** | | [optional] [readonly] **obj** | **String** | Content object. | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PermissionResponse.new(pulp_href: null, id: null, permission: null, obj: null) ```
Version data entries
18 entries across 18 versions & 1 rubygems