IlmnRepoDockerImageRegion
Properties
| Name |
Type |
Description |
Notes |
| region |
RegionV4 |
|
[optional] |
Example
from libica.openapi.v3.models.ilmn_repo_docker_image_region import IlmnRepoDockerImageRegion
# TODO update the JSON string below
json = "{}"
# create an instance of IlmnRepoDockerImageRegion from a JSON string
ilmn_repo_docker_image_region_instance = IlmnRepoDockerImageRegion.from_json(json)
# print the JSON string representation of the object
print(IlmnRepoDockerImageRegion.to_json())
# convert the object into a dict
ilmn_repo_docker_image_region_dict = ilmn_repo_docker_image_region_instance.to_dict()
# create an instance of IlmnRepoDockerImageRegion from a dict
ilmn_repo_docker_image_region_from_dict = IlmnRepoDockerImageRegion.from_dict(ilmn_repo_docker_image_region_dict)
[Back to Model list] [Back to API list] [Back to README]