Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.31 KB

File metadata and controls

29 lines (20 loc) · 1.31 KB

PatchEnvironmentComposeRequestSpotConfiguration

Properties

Name Type Description Notes
strategy str [optional]

Example

from quantcdn.models.patch_environment_compose_request_spot_configuration import PatchEnvironmentComposeRequestSpotConfiguration

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

# convert the object into a dict
patch_environment_compose_request_spot_configuration_dict = patch_environment_compose_request_spot_configuration_instance.to_dict()
# create an instance of PatchEnvironmentComposeRequestSpotConfiguration from a dict
patch_environment_compose_request_spot_configuration_from_dict = PatchEnvironmentComposeRequestSpotConfiguration.from_dict(patch_environment_compose_request_spot_configuration_dict)

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