Sha256: 241c4b97c521c36c1cfdb9687e046fdcb2d6c4de5225ce53aa03444b8af1f0d9
Contents?: true
Size: 1009 Bytes
Versions: 1
Compression:
Stored size: 1009 Bytes
Contents
# PulpContainerClient::GroupRoleResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **role** | **String** | | **content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to 'null', permissions will act on the model-level. | **description** | **String** | | [optional] [readonly] **permissions** | **Array<String>** | | [optional] [readonly] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::GroupRoleResponse.new(pulp_href: null, pulp_created: null, role: null, content_object: null, description: null, permissions: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.14.16 | docs/GroupRoleResponse.md |