twilio.rest.studio.v2 package¶
Subpackages¶
Submodules¶
twilio.rest.studio.v2.flow_validate module¶
This code was generated by / _ _ _| _ _
(_)/(_)(_|/| |(/_ v1.0.0 / /
-
class
twilio.rest.studio.v2.flow_validate.FlowValidateInstance(version, payload)[source]¶ Bases:
twilio.base.instance_resource.InstanceResourcePLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
-
class
twilio.rest.studio.v2.flow_validate.FlowValidateList(version)[source]¶ Bases:
twilio.base.list_resource.ListResourcePLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
-
update(friendly_name, status, definition, commit_message=<object object>)[source]¶ Update the FlowValidateInstance
Parameters: - friendly_name (unicode) – The friendly_name
- status (FlowValidateInstance.Status) – The status
- definition (dict) – The definition
- commit_message (unicode) – The commit_message
Returns: The updated FlowValidateInstance
Return type:
-
-
class
twilio.rest.studio.v2.flow_validate.FlowValidatePage(version, response, solution)[source]¶ Bases:
twilio.base.page.PagePLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
-
get_instance(payload)[source]¶ Build an instance of FlowValidateInstance
Parameters: payload (dict) – Payload response from the API Returns: twilio.rest.studio.v2.flow_validate.FlowValidateInstance Return type: twilio.rest.studio.v2.flow_validate.FlowValidateInstance
-
Module contents¶
This code was generated by / _ _ _| _ _
(_)/(_)(_|/| |(/_ v1.0.0 / /
-
class
twilio.rest.studio.v2.V2(domain)[source]¶ Bases:
twilio.base.version.Version-
flow_validate¶ Return type: twilio.rest.studio.v2.flow_validate.FlowValidateList
-
flows¶ Return type: twilio.rest.studio.v2.flow.FlowList
-