Sha256: 085760f6ef79650caf23b149e265d1cc7e56e1b27786e651f787f9e422f7925e

Contents?: true

Size: 1.83 KB

Versions: 46

Compression:

Stored size: 1.83 KB

Contents

# PulpFileClient::FileFileContentResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] 
**artifact** | **String** | Artifact file representing the physical content | [optional] 
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path | 
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly] 
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly] 
**sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly] 
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly] 
**sha384** | **String** | The SHA-384 checksum if available. | [optional] [readonly] 
**sha512** | **String** | The SHA-512 checksum if available. | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::FileFileContentResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 artifact: null,
                                 relative_path: null,
                                 md5: null,
                                 sha1: null,
                                 sha224: null,
                                 sha256: null,
                                 sha384: null,
                                 sha512: null)
```


Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
pulp_file_client-3.49.24 docs/FileFileContentResponse.md
pulp_file_client-3.49.23 docs/FileFileContentResponse.md
pulp_file_client-3.49.22 docs/FileFileContentResponse.md
pulp_file_client-3.49.21 docs/FileFileContentResponse.md
pulp_file_client-3.62.0 docs/FileFileContentResponse.md
pulp_file_client-3.49.20 docs/FileFileContentResponse.md
pulp_file_client-3.61.0 docs/FileFileContentResponse.md
pulp_file_client-3.60.0 docs/FileFileContentResponse.md
pulp_file_client-3.49.19 docs/FileFileContentResponse.md
pulp_file_client-3.59.0 docs/FileFileContentResponse.md
pulp_file_client-3.49.18 docs/FileFileContentResponse.md
pulp_file_client-3.58.0 docs/FileFileContentResponse.md
pulp_file_client-3.49.17 docs/FileFileContentResponse.md
pulp_file_client-3.57.1 docs/FileFileContentResponse.md
pulp_file_client-3.57.0 docs/FileFileContentResponse.md
pulp_file_client-3.49.16 docs/FileFileContentResponse.md
pulp_file_client-3.56.1 docs/FileFileContentResponse.md
pulp_file_client-3.56.0 docs/FileFileContentResponse.md
pulp_file_client-3.55.3 docs/FileFileContentResponse.md
pulp_file_client-3.49.15 docs/FileFileContentResponse.md