# The ListingFulfillment object

## Attributes

- `listing_id` (string, Public Preview)
- `fulfillment_type` (string, Public Preview)
  Possible values: `REQUEST_ACCESS`, `INSTALL`
- `share_info` (object, Public Preview)
  - `name` (string, Public Preview)
  - `type` (string, Public Preview)
    Possible values: `SAMPLE`, `FULL`
- `repo_info` (object, Public Preview)
  - `git_repo_url` (string, Public Preview)
    the git repo url e.g. https://github.com/databrickslabs/dolly.git
- `recipient_type` (string, Public Preview)
  Possible values: `DELTA_SHARING_RECIPIENT_TYPE_DATABRICKS`, `DELTA_SHARING_RECIPIENT_TYPE_OPEN`

## Example

```json
{
  "listing_id": "string",
  "fulfillment_type": "string",
  "share_info": {
    "name": "string",
    "type": "string"
  },
  "repo_info": {
    "git_repo_url": "string"
  },
  "recipient_type": "string"
}
```


