Sha256: e24de4e45eb29e804bb11df24782bb9da4442f16ad0436e077f34c4639db9723
Contents?: true
Size: 695 Bytes
Versions: 47
Compression:
Stored size: 695 Bytes
Contents
# PulpcoreClient::UserRoleResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **role** | **String** | | **content_object** | **String** | Optional pulp_href of the object the permissions are to be asserted on. | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::UserRoleResponse.new(pulp_href: null, pulp_created: null, role: null, content_object: null) ```
Version data entries
47 entries across 47 versions & 1 rubygems