Sha256: 3df671c8baa9650c746d2278eae356814506d84aa9eb4c0e513fde61257fd044

Contents?: true

Size: 1.52 KB

Versions: 52

Compression:

Stored size: 1.52 KB

Contents

# PulpFileClient::FileFileContentResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [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,
                                 artifact: null,
                                 relative_path: null,
                                 md5: null,
                                 sha1: null,
                                 sha224: null,
                                 sha256: null,
                                 sha384: null,
                                 sha512: null)
```


Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
pulp_file_client-3.45.4 docs/FileFileContentResponse.md
pulp_file_client-3.45.3 docs/FileFileContentResponse.md
pulp_file_client-3.47.0 docs/FileFileContentResponse.md
pulp_file_client-3.46.0 docs/FileFileContentResponse.md
pulp_file_client-3.45.2 docs/FileFileContentResponse.md
pulp_file_client-3.45.1 docs/FileFileContentResponse.md
pulp_file_client-3.45.0 docs/FileFileContentResponse.md
pulp_file_client-3.44.1 docs/FileFileContentResponse.md
pulp_file_client-3.43.3 docs/FileFileContentResponse.md
pulp_file_client-3.44.0 docs/FileFileContentResponse.md
pulp_file_client-3.43.2 docs/FileFileContentResponse.md
pulp_file_client-3.43.1 docs/FileFileContentResponse.md
pulp_file_client-3.43.0 docs/FileFileContentResponse.md
pulp_file_client-3.40.41699622829 docs/FileFileContentResponse.md
pulp_file_client-1.15.1 docs/FileFileContentResponse.md
pulp_file_client-1.15.0 docs/FileFileContentResponse.md
pulp_file_client-1.14.5 docs/FileFileContentResponse.md
pulp_file_client-1.14.4 docs/FileFileContentResponse.md
pulp_file_client-1.14.3 docs/FileFileContentResponse.md
pulp_file_client-1.14.2 docs/FileFileContentResponse.md