InternalDeleteBranchProtectionRuleRequest
Properties
Name |
Type |
Description |
Notes |
pattern |
str |
|
|
Example
from lakefs_sdk.models.internal_delete_branch_protection_rule_request import InternalDeleteBranchProtectionRuleRequest
# TODO update the JSON string below
json = "{}"
# create an instance of InternalDeleteBranchProtectionRuleRequest from a JSON string
internal_delete_branch_protection_rule_request_instance = InternalDeleteBranchProtectionRuleRequest.from_json(json)
# print the JSON string representation of the object
print InternalDeleteBranchProtectionRuleRequest.to_json()
# convert the object into a dict
internal_delete_branch_protection_rule_request_dict = internal_delete_branch_protection_rule_request_instance.to_dict()
# create an instance of InternalDeleteBranchProtectionRuleRequest from a dict
internal_delete_branch_protection_rule_request_form_dict = internal_delete_branch_protection_rule_request.from_dict(internal_delete_branch_protection_rule_request_dict)
[Back to Model list] [Back to API list] [Back to README]