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
before =789# int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp. (optional)
69
-
after =789# int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp. (optional)
70
-
q ='q_example'# str | Text to search for. You can search for the full or partial name of the resource involved or fullpartial email address of the member who made the change. (optional)
69
+
after =789# int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp. (optional)
70
+
q ='q_example'# str | Text to search for. You can search for the full or partial name of the resource involved or full or partial email address of the member who made the change. (optional)
71
71
limit =8.14# float | A limit on the number of audit log entries to be returned, between 1 and 20. (optional)
72
72
spec ='spec_example'# str | A resource specifier, allowing you to filter audit log listings by resource. (optional)
before =789# int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp. (optional)
33
-
after =789# int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp. (optional)
34
-
q ='q_example'# str | Text to search for. You can search for the full or partial name of the resource involved or fullpartial email address of the member who made the change. (optional)
33
+
after =789# int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp. (optional)
34
+
q ='q_example'# str | Text to search for. You can search for the full or partial name of the resource involved or full or partial email address of the member who made the change. (optional)
35
35
limit =8.14# float | A limit on the number of audit log entries to be returned, between 1 and 20. (optional)
36
36
spec ='spec_example'# str | A resource specifier, allowing you to filter audit log listings by resource. (optional)
**before** | **int**| A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp. | [optional]
51
-
**after** | **int**| A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp. | [optional]
52
-
**q** | **str**| Text to search for. You can search for the full or partial name of the resource involved or fullpartial email address of the member who made the change. | [optional]
51
+
**after** | **int**| A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp. | [optional]
52
+
**q** | **str**| Text to search for. You can search for the full or partial name of the resource involved or full or partial email address of the member who made the change. | [optional]
53
53
**limit** | **float**| A limit on the number of audit log entries to be returned, between 1 and 20. | [optional]
54
54
**spec** | **str**| A resource specifier, allowing you to filter audit log listings by resource. | [optional]
**_0** | **float** | A key corresponding to a time series data point. | [optional]
7
-
**time** | **float** | A unix epoch time in milliseconds specifying the creation time of this flag. | [optional]
6
+
**_0** | **int** | A key corresponding to a time series data point. | [optional]
7
+
**time** | **int** | A unix epoch time in milliseconds specifying the creation time of this flag. | [optional]
8
8
9
9
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/UserSegment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
**name** | **str** | Name of the user segment. |
8
8
**description** | **str** | Description of the user segment. | [optional]
9
9
**tags** | **list[str]** | An array of tags for this user segment. | [optional]
10
-
**creation_date** | **float** | A unix epoch time in milliseconds specifying the creation time of this flag. |
10
+
**creation_date** | **int** | A unix epoch time in milliseconds specifying the creation time of this flag. |
11
11
**included** | **list[str]** | An array of user keys that are included in this segment. | [optional]
12
12
**excluded** | **list[str]** | An array of user keys that should not be included in this segment, unless they are also listed in \"included\". | [optional]
13
13
**rules** | [**list[UserSegmentRule]**](UserSegmentRule.md) | An array of rules that can cause a user to be included in this segment. | [optional]
Copy file name to clipboardExpand all lines: docs/UsersApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ environment_key = 'environment_key_example' # str | The environment key, used to
91
91
q ='q_example'# str | Search query. (optional)
92
92
limit =56# int | Pagination limit. (optional)
93
93
offset =56# int | Specifies the first item to return in the collection. (optional)
94
-
after =789# int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp. (optional)
94
+
after =789# int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp. (optional)
95
95
96
96
try:
97
97
# Search users in LaunchDarkly based on their last active date, or a search query. It should not be used to enumerate all users in LaunchDarkly-- use the List users API resource.
@@ -110,7 +110,7 @@ Name | Type | Description | Notes
**offset** | **int**| Specifies the first item to return in the collection. | [optional]
113
-
**after** | **int**| A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp. | [optional]
113
+
**after** | **int**| A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp. | [optional]
:param int before: A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp.
46
-
:param int after: A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp.
47
-
:param str q: Text to search for. You can search for the full or partial name of the resource involved or fullpartial email address of the member who made the change.
46
+
:param int after: A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp.
47
+
:param str q: Text to search for. You can search for the full or partial name of the resource involved or full or partial email address of the member who made the change.
48
48
:param float limit: A limit on the number of audit log entries to be returned, between 1 and 20.
49
49
:param str spec: A resource specifier, allowing you to filter audit log listings by resource.
:param int before: A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp.
71
-
:param int after: A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp.
72
-
:param str q: Text to search for. You can search for the full or partial name of the resource involved or fullpartial email address of the member who made the change.
71
+
:param int after: A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp.
72
+
:param str q: Text to search for. You can search for the full or partial name of the resource involved or full or partial email address of the member who made the change.
73
73
:param float limit: A limit on the number of audit log entries to be returned, between 1 and 20.
74
74
:param str spec: A resource specifier, allowing you to filter audit log listings by resource.
0 commit comments