View on GitHub

lakeFS

lakeFS - Data version control for your data lake | Git for data

PullRequestsList

Properties

Name Type Description Notes
pagination Pagination    
results List[PullRequest]    

Example

from lakefs_sdk.models.pull_requests_list import PullRequestsList

# TODO update the JSON string below
json = "{}"
# create an instance of PullRequestsList from a JSON string
pull_requests_list_instance = PullRequestsList.from_json(json)
# print the JSON string representation of the object
print PullRequestsList.to_json()

# convert the object into a dict
pull_requests_list_dict = pull_requests_list_instance.to_dict()
# create an instance of PullRequestsList from a dict
pull_requests_list_form_dict = pull_requests_list.from_dict(pull_requests_list_dict)

[Back to Model list] [Back to API list] [Back to README]