File tree Expand file tree Collapse file tree
src/main/java/io/github/vrchatapi/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88| Name | Type | Description | Notes |
99| ------------ | ------------- | ------------- | -------------|
10- | ** nextCursor** | ** String** | Base64-encoded JSON: type: object properties: dataSource: type: string enum: - featured - personalized dataIndex: type: integer format: int32 phase: type: string enum: - all - live - upcoming description: see CalendarEventDiscoveryScope asOf: type: integer format: int64 description: milliseconds since Unix epoch paramHash: type: string format: string description: Base64-encoded 256-bit hash of the original query parameters | [ optional] |
10+ | ** nextCursor** | ** String** | Base64-encoded JSON: type: object properties: dataSource: type: string enum: - featured - personalized dataIndex: type: integer format: int32 phase: type: string enum: - all - live - upcoming description: see CalendarEventDiscoveryScope asOf: type: integer format: int64 description: milliseconds since Unix epoch paramHash: type: string description: Base64-encoded 256-bit hash of the original query parameters | [ optional] |
1111| ** results** | [ ** List< ; CalendarEvent> ; ** ] ( CalendarEvent.md ) | | |
1212
1313
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public CalendarEventDiscovery nextCursor(@javax.annotation.Nullable String nextC
7171 }
7272
7373 /**
74- * Base64-encoded JSON: type: object properties: dataSource: type: string enum: - featured - personalized dataIndex: type: integer format: int32 phase: type: string enum: - all - live - upcoming description: see CalendarEventDiscoveryScope asOf: type: integer format: int64 description: milliseconds since Unix epoch paramHash: type: string format: string description: Base64-encoded 256-bit hash of the original query parameters
74+ * Base64-encoded JSON: type: object properties: dataSource: type: string enum: - featured - personalized dataIndex: type: integer format: int32 phase: type: string enum: - all - live - upcoming description: see CalendarEventDiscoveryScope asOf: type: integer format: int64 description: milliseconds since Unix epoch paramHash: type: string description: Base64-encoded 256-bit hash of the original query parameters
7575 * @return nextCursor
7676 */
7777 @ javax .annotation .Nullable
You can’t perform that action at this time.
0 commit comments