Name | Type | Description | Notes |
---|---|---|---|
account | AccountInput | [optional] |
from sparkfly_client.models.account_input_request import AccountInputRequest
# TODO update the JSON string below
json = "{}"
# create an instance of AccountInputRequest from a JSON string
account_input_request_instance = AccountInputRequest.from_json(json)
# print the JSON string representation of the object
print AccountInputRequest.to_json()
# convert the object into a dict
account_input_request_dict = account_input_request_instance.to_dict()
# create an instance of AccountInputRequest from a dict
account_input_request_form_dict = account_input_request.from_dict(account_input_request_dict)