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
The unique identifier of the policy template by alias.
commit_message
str
Change commit message
Example
fromonelens_backend_client.models.create_policy_template_pull_requestimportCreatePolicyTemplatePullRequest# TODO update the JSON string belowjson="{}"# create an instance of CreatePolicyTemplatePullRequest from a JSON stringcreate_policy_template_pull_request_instance=CreatePolicyTemplatePullRequest.from_json(json)
# print the JSON string representation of the objectprint(CreatePolicyTemplatePullRequest.to_json())
# convert the object into a dictcreate_policy_template_pull_request_dict=create_policy_template_pull_request_instance.to_dict()
# create an instance of CreatePolicyTemplatePullRequest from a dictcreate_policy_template_pull_request_form_dict=create_policy_template_pull_request.from_dict(create_policy_template_pull_request_dict)