# PulpAnsibleClient::ArtifactRefResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **filename** | **String** | | **sha256** | **String** | | **size** | **Integer** | | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::ArtifactRefResponse.new(filename: null, sha256: null, size: null) ```