Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.11 KB

File metadata and controls

29 lines (20 loc) · 1.11 KB

AssetsGetRamMemoriesResponse

Properties

Name Type Description Notes
ram_memories List[AssetsEnumOption] [optional]

Example

from kenar_api_client.models.assets_get_ram_memories_response import AssetsGetRamMemoriesResponse

# TODO update the JSON string below
json = "{}"
# create an instance of AssetsGetRamMemoriesResponse from a JSON string
assets_get_ram_memories_response_instance = AssetsGetRamMemoriesResponse.from_json(json)
# print the JSON string representation of the object
print(AssetsGetRamMemoriesResponse.to_json())

# convert the object into a dict
assets_get_ram_memories_response_dict = assets_get_ram_memories_response_instance.to_dict()
# create an instance of AssetsGetRamMemoriesResponse from a dict
assets_get_ram_memories_response_from_dict = AssetsGetRamMemoriesResponse.from_dict(assets_get_ram_memories_response_dict)

[Back to Model list] [Back to API list] [Back to README]