Sha256: 80b16bc8d3a211fdc94ff6e0d993fded672cc32742610ec915cfbe2fb8ebb72b
Contents?: true
Size: 679 Bytes
Versions: 47
Compression:
Stored size: 679 Bytes
Contents
# PulpcoreClient::PermissionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **id** | **Integer** | | [optional] [readonly] **permission** | **String** | | [optional] [readonly] **obj** | **String** | pulp_href of the object the permission is to be asserted on. | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PermissionResponse.new(pulp_href: null, id: null, permission: null, obj: null) ```
Version data entries
47 entries across 47 versions & 1 rubygems