You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromlaunchdarkly_api.models.post_approval_request_apply_requestimportPostApprovalRequestApplyRequest# TODO update the JSON string belowjson="{}"# create an instance of PostApprovalRequestApplyRequest from a JSON stringpost_approval_request_apply_request_instance=PostApprovalRequestApplyRequest.from_json(json)
# print the JSON string representation of the objectprint(PostApprovalRequestApplyRequest.to_json())
# convert the object into a dictpost_approval_request_apply_request_dict=post_approval_request_apply_request_instance.to_dict()
# create an instance of PostApprovalRequestApplyRequest from a dictpost_approval_request_apply_request_from_dict=PostApprovalRequestApplyRequest.from_dict(post_approval_request_apply_request_dict)