# PulpAnsibleClient::AsyncOperationResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **task** | **String** | The href of the task. | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AsyncOperationResponse.new(task: null) ```