Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.1 KB

EligibleChannelInputRequest.md

File metadata and controls

28 lines (20 loc) · 1.1 KB

EligibleChannelInputRequest

Properties

Name Type Description Notes
eligible_channel EligibleChannelInput [optional]

Example

from sparkfly_client.models.eligible_channel_input_request import EligibleChannelInputRequest

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

# convert the object into a dict
eligible_channel_input_request_dict = eligible_channel_input_request_instance.to_dict()
# create an instance of EligibleChannelInputRequest from a dict
eligible_channel_input_request_form_dict = eligible_channel_input_request.from_dict(eligible_channel_input_request_dict)

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