Skip to content

Commit

Permalink
Update config/clients/python/template/src/client/models/read_changes_…
Browse files Browse the repository at this point in the history
…request.py.mustache

Co-authored-by: Ewan Harris <ewan.harris@okta.com>
  • Loading branch information
ryanpq and ewanharris authored Dec 16, 2024
1 parent d061c43 commit 79555d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class ClientReadChangesRequest:
ClientReadChangesRequest encapsulates the parameters required to read changes
"""

def __init__(self, type: str, startTime: str=None):
def __init__(self, type: str, start_time: str=None):
self._type = type
self._startTime = startTime

Expand Down

0 comments on commit 79555d2

Please sign in to comment.