Sha256: a142b9e45d0f67d15f2f4ea1c215a4a37e63c53a9c7f3c6dea5047c9fc364c09
Contents?: true
Size: 634 Bytes
Versions: 64
Compression:
Stored size: 634 Bytes
Contents
# PulpcoreClient::PermissionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **id** | **Integer** | | [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
64 entries across 64 versions & 1 rubygems