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
Long pageSize =10l; // Long | Size for a given page.
630
630
Long pageNumber =0l; // Long | Specific page number to return.
631
-
String sort ="name"; //String | API key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.
631
+
APIKeysSort sort =APIKeysSort.fromValue("created_at"); //APIKeysSort | API key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.
632
632
String filter ="filter_example"; // String | Filter API keys by the specified string.
633
633
String filterCreatedAtStart ="2020-11-24T18:46:21+00:00"; // String | Only include API keys created on or after the specified date.
634
634
String filterCreatedAtEnd ="2020-11-24T18:46:21+00:00"; // String | Only include API keys created on or before the specified date.
@@ -666,7 +666,7 @@ Name | Type | Description | Notes
**pageSize** | **Long**| Size for a given page. | [optional][default to 10l]
668
668
**pageNumber** | **Long**| Specific page number to return. | [optional][default to 0l]
669
-
**sort** | **String**| API key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. | [optional][default to name][enum: created_at, -created_at, last4, -last4, modified_at, -modified_at, name, -name]
669
+
**sort** | **APIKeysSort**| API key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. | [optional][default to name][enum: created_at, -created_at, last4, -last4, modified_at, -modified_at, name, -name]
670
670
**filter** | **String**| Filter API keys by the specified string. | [optional]
671
671
**filterCreatedAtStart** | **String**| Only include API keys created on or after the specified date. | [optional]
672
672
**filterCreatedAtEnd** | **String**| Only include API keys created on or before the specified date. | [optional]
Long pageSize =10l; // Long | Size for a given page.
736
736
Long pageNumber =0l; // Long | Specific page number to return.
737
-
String sort ="name"; //String | Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.
737
+
ApplicationKeysSort sort =ApplicationKeysSort.fromValue("created_at"); //ApplicationKeysSort | Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.
738
738
String filter ="filter_example"; // String | Filter application keys by the specified string.
739
739
String filterCreatedAtStart ="2020-11-24T18:46:21+00:00"; // String | Only include application keys created on or after the specified date.
740
740
String filterCreatedAtEnd ="2020-11-24T18:46:21+00:00"; // String | Only include application keys created on or before the specified date.
@@ -766,7 +766,7 @@ Name | Type | Description | Notes
**pageSize** | **Long**| Size for a given page. | [optional][default to 10l]
768
768
**pageNumber** | **Long**| Specific page number to return. | [optional][default to 0l]
769
-
**sort** | **String**| Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. | [optional][default to name][enum: created_at, -created_at, last4, -last4, name, -name]
769
+
**sort** | **ApplicationKeysSort**| Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. | [optional][default to name][enum: created_at, -created_at, last4, -last4, name, -name]
770
770
**filter** | **String**| Filter application keys by the specified string. | [optional]
771
771
**filterCreatedAtStart** | **String**| Only include application keys created on or after the specified date. | [optional]
772
772
**filterCreatedAtEnd** | **String**| Only include application keys created on or before the specified date. | [optional]
Long pageSize =10l; // Long | Size for a given page.
834
834
Long pageNumber =0l; // Long | Specific page number to return.
835
-
String sort ="name"; //String | Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.
835
+
ApplicationKeysSort sort =ApplicationKeysSort.fromValue("created_at"); //ApplicationKeysSort | Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.
836
836
String filter ="filter_example"; // String | Filter application keys by the specified string.
837
837
String filterCreatedAtStart ="2020-11-24T18:46:21+00:00"; // String | Only include application keys created on or after the specified date.
838
838
String filterCreatedAtEnd ="2020-11-24T18:46:21+00:00"; // String | Only include application keys created on or before the specified date.
@@ -864,7 +864,7 @@ Name | Type | Description | Notes
**pageSize** | **Long**| Size for a given page. | [optional][default to 10l]
866
866
**pageNumber** | **Long**| Specific page number to return. | [optional][default to 0l]
867
-
**sort** | **String**| Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. | [optional][default to name][enum: created_at, -created_at, last4, -last4, name, -name]
867
+
**sort** | **ApplicationKeysSort**| Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign. | [optional][default to name][enum: created_at, -created_at, last4, -last4, name, -name]
868
868
**filter** | **String**| Filter application keys by the specified string. | [optional]
869
869
**filterCreatedAtStart** | **String**| Only include application keys created on or after the specified date. | [optional]
870
870
**filterCreatedAtEnd** | **String**| Only include application keys created on or before the specified date. | [optional]
0 commit comments