-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Look for details in API documentation's changelog
- Loading branch information
Api (Codebuild)
committed
Jan 15, 2025
1 parent
098f458
commit 4faca57
Showing
16 changed files
with
775 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# ActivesessionGetCurrentV2Response | ||
|
||
Response for GET /2/object/activesession/getCurrent | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**obj_debug_payload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | | | ||
**obj_debug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional] | ||
**m_payload** | [**ActivesessionGetCurrentV2ResponseMPayload**](ActivesessionGetCurrentV2ResponseMPayload.md) | | | ||
|
||
## Example | ||
|
||
```python | ||
from eZmaxApi.models.activesession_get_current_v2_response import ActivesessionGetCurrentV2Response | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of ActivesessionGetCurrentV2Response from a JSON string | ||
activesession_get_current_v2_response_instance = ActivesessionGetCurrentV2Response.from_json(json) | ||
# print the JSON string representation of the object | ||
print(ActivesessionGetCurrentV2Response.to_json()) | ||
|
||
# convert the object into a dict | ||
activesession_get_current_v2_response_dict = activesession_get_current_v2_response_instance.to_dict() | ||
# create an instance of ActivesessionGetCurrentV2Response from a dict | ||
activesession_get_current_v2_response_from_dict = ActivesessionGetCurrentV2Response.from_dict(activesession_get_current_v2_response_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# ActivesessionGetCurrentV2ResponseMPayload | ||
|
||
Payload for GET /1/object/activesession/getCurrent | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**obj_activesession** | [**ActivesessionResponseCompound**](ActivesessionResponseCompound.md) | | | ||
|
||
## Example | ||
|
||
```python | ||
from eZmaxApi.models.activesession_get_current_v2_response_m_payload import ActivesessionGetCurrentV2ResponseMPayload | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of ActivesessionGetCurrentV2ResponseMPayload from a JSON string | ||
activesession_get_current_v2_response_m_payload_instance = ActivesessionGetCurrentV2ResponseMPayload.from_json(json) | ||
# print the JSON string representation of the object | ||
print(ActivesessionGetCurrentV2ResponseMPayload.to_json()) | ||
|
||
# convert the object into a dict | ||
activesession_get_current_v2_response_m_payload_dict = activesession_get_current_v2_response_m_payload_instance.to_dict() | ||
# create an instance of ActivesessionGetCurrentV2ResponseMPayload from a dict | ||
activesession_get_current_v2_response_m_payload_from_dict = ActivesessionGetCurrentV2ResponseMPayload.from_dict(activesession_get_current_v2_response_m_payload_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.