feat: generate

This commit is contained in:
orion 2023-07-24 19:33:20 -05:00
parent d0db42867f
commit 0992a8cbaf
Signed by: orion
GPG Key ID: 6D4165AE4C928719
440 changed files with 44907 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/target/
**/*.rs.bk
Cargo.lock

2
Cargo.toml Normal file
View File

@ -0,0 +1,2 @@
[workspace]
members = ['twil-api', 'twil-content']

4
gen.sh Normal file
View File

@ -0,0 +1,4 @@
#! /bin/bash
rm -r twil-content twil-api
openapi-generator-cli generate -g rust -i oai/spec/json/twilio_api_v2010.json -o twil-api
openapi-generator-cli generate -g rust -i oai/spec/json/twilio_content_v1.json -o twil-content

7
openapitools.json Normal file
View File

@ -0,0 +1,7 @@
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "6.6.0"
}
}

3
twil-api/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/target/
**/*.rs.bk
Cargo.lock

View File

@ -0,0 +1,23 @@
# OpenAPI Generator Ignore
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.
# As an example, the C# client generator defines ApiClient.cs.
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
#ApiClient.cs
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
#foo/*/qux
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
#foo/**/qux
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
# You can also negate patterns with an exclamation (!).
# For example, you can ignore all files in a docs folder with the file extension .md:
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md

View File

@ -0,0 +1,404 @@
.gitignore
.openapi-generator-ignore
.travis.yml
Cargo.toml
README.md
docs/AccountEnumStatus.md
docs/AccountEnumType.md
docs/ApiPeriodV2010PeriodAccount.md
docs/ApiPeriodV2010PeriodAccountPeriodAddress.md
docs/ApiPeriodV2010PeriodAccountPeriodAddressPeriodDependentPhoneNumber.md
docs/ApiPeriodV2010PeriodAccountPeriodApplication.md
docs/ApiPeriodV2010PeriodAccountPeriodAuthorizedConnectApp.md
docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountry.md
docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberLocal.md
docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberMachineToMachine.md
docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberMobile.md
docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberNational.md
docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberSharedCost.md
docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberTollFree.md
docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberVoip.md
docs/ApiPeriodV2010PeriodAccountPeriodBalance.md
docs/ApiPeriodV2010PeriodAccountPeriodCall.md
docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodCallEvent.md
docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodCallFeedback.md
docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodCallFeedbackSummary.md
docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodCallNotification.md
docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodCallNotificationInstance.md
docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodCallRecording.md
docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodPayments.md
docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodSiprec.md
docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodStream.md
docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodUserDefinedMessage.md
docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodUserDefinedMessageSubscription.md
docs/ApiPeriodV2010PeriodAccountPeriodConference.md
docs/ApiPeriodV2010PeriodAccountPeriodConferencePeriodConferenceRecording.md
docs/ApiPeriodV2010PeriodAccountPeriodConferencePeriodParticipant.md
docs/ApiPeriodV2010PeriodAccountPeriodConnectApp.md
docs/ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumber.md
docs/ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberAssignedAddOn.md
docs/ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberAssignedAddOnPeriodIncomingPhoneNumberAssignedAddOnExtension.md
docs/ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberLocal.md
docs/ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberMobile.md
docs/ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberTollFree.md
docs/ApiPeriodV2010PeriodAccountPeriodKey.md
docs/ApiPeriodV2010PeriodAccountPeriodMessage.md
docs/ApiPeriodV2010PeriodAccountPeriodMessagePeriodMedia.md
docs/ApiPeriodV2010PeriodAccountPeriodMessagePeriodMessageFeedback.md
docs/ApiPeriodV2010PeriodAccountPeriodNewKey.md
docs/ApiPeriodV2010PeriodAccountPeriodNewSigningKey.md
docs/ApiPeriodV2010PeriodAccountPeriodNotification.md
docs/ApiPeriodV2010PeriodAccountPeriodNotificationInstance.md
docs/ApiPeriodV2010PeriodAccountPeriodOutgoingCallerId.md
docs/ApiPeriodV2010PeriodAccountPeriodQueue.md
docs/ApiPeriodV2010PeriodAccountPeriodQueuePeriodMember.md
docs/ApiPeriodV2010PeriodAccountPeriodRecording.md
docs/ApiPeriodV2010PeriodAccountPeriodRecordingPeriodRecordingAddOnResult.md
docs/ApiPeriodV2010PeriodAccountPeriodRecordingPeriodRecordingAddOnResultPeriodRecordingAddOnResultPayload.md
docs/ApiPeriodV2010PeriodAccountPeriodRecordingPeriodRecordingTranscription.md
docs/ApiPeriodV2010PeriodAccountPeriodShortCode.md
docs/ApiPeriodV2010PeriodAccountPeriodSigningKey.md
docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipCredentialList.md
docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipCredentialListPeriodSipCredential.md
docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomain.md
docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipAuthPeriodSipAuthCallsPeriodSipAuthCallsCredentialListMapping.md
docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipAuthPeriodSipAuthCallsPeriodSipAuthCallsIpAccessControlListMapping.md
docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipAuthPeriodSipAuthRegistrationsPeriodSipAuthRegistrationsCredentialListMapping.md
docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipCredentialListMapping.md
docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipIpAccessControlListMapping.md
docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipIpAccessControlList.md
docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipIpAccessControlListPeriodSipIpAddress.md
docs/ApiPeriodV2010PeriodAccountPeriodToken.md
docs/ApiPeriodV2010PeriodAccountPeriodTranscription.md
docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecord.md
docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordAllTime.md
docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordDaily.md
docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordLastMonth.md
docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordMonthly.md
docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordThisMonth.md
docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordToday.md
docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordYearly.md
docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordYesterday.md
docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageTrigger.md
docs/ApiPeriodV2010PeriodAccountPeriodValidationRequest.md
docs/ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities.md
docs/ApiV2010AccountIncomingPhoneNumberCapabilities.md
docs/ApiV2010AccountTokenIceServersInner.md
docs/AuthorizedConnectAppEnumPermission.md
docs/CallEnumEvent.md
docs/CallEnumStatus.md
docs/CallFeedbackEnumIssues.md
docs/CallFeedbackSummaryEnumStatus.md
docs/CallRecordingEnumSource.md
docs/CallRecordingEnumStatus.md
docs/ConferenceEnumReasonConferenceEnded.md
docs/ConferenceEnumStatus.md
docs/ConferenceRecordingEnumSource.md
docs/ConferenceRecordingEnumStatus.md
docs/ConnectAppEnumPermission.md
docs/DefaultApi.md
docs/DependentPhoneNumberEnumAddressRequirement.md
docs/DependentPhoneNumberEnumEmergencyStatus.md
docs/IncomingPhoneNumberEnumAddressRequirement.md
docs/IncomingPhoneNumberEnumEmergencyAddressStatus.md
docs/IncomingPhoneNumberEnumEmergencyStatus.md
docs/IncomingPhoneNumberEnumVoiceReceiveMode.md
docs/IncomingPhoneNumberLocalEnumAddressRequirement.md
docs/IncomingPhoneNumberLocalEnumEmergencyAddressStatus.md
docs/IncomingPhoneNumberLocalEnumEmergencyStatus.md
docs/IncomingPhoneNumberLocalEnumVoiceReceiveMode.md
docs/IncomingPhoneNumberMobileEnumAddressRequirement.md
docs/IncomingPhoneNumberMobileEnumEmergencyAddressStatus.md
docs/IncomingPhoneNumberMobileEnumEmergencyStatus.md
docs/IncomingPhoneNumberMobileEnumVoiceReceiveMode.md
docs/IncomingPhoneNumberTollFreeEnumAddressRequirement.md
docs/IncomingPhoneNumberTollFreeEnumEmergencyAddressStatus.md
docs/IncomingPhoneNumberTollFreeEnumEmergencyStatus.md
docs/IncomingPhoneNumberTollFreeEnumVoiceReceiveMode.md
docs/ListAccountResponse.md
docs/ListAddressResponse.md
docs/ListApplicationResponse.md
docs/ListAuthorizedConnectAppResponse.md
docs/ListAvailablePhoneNumberCountryResponse.md
docs/ListAvailablePhoneNumberLocalResponse.md
docs/ListAvailablePhoneNumberMachineToMachineResponse.md
docs/ListAvailablePhoneNumberMobileResponse.md
docs/ListAvailablePhoneNumberNationalResponse.md
docs/ListAvailablePhoneNumberSharedCostResponse.md
docs/ListAvailablePhoneNumberTollFreeResponse.md
docs/ListAvailablePhoneNumberVoipResponse.md
docs/ListCallEventResponse.md
docs/ListCallNotificationResponse.md
docs/ListCallRecordingResponse.md
docs/ListCallResponse.md
docs/ListConferenceRecordingResponse.md
docs/ListConferenceResponse.md
docs/ListConnectAppResponse.md
docs/ListDependentPhoneNumberResponse.md
docs/ListIncomingPhoneNumberAssignedAddOnExtensionResponse.md
docs/ListIncomingPhoneNumberAssignedAddOnResponse.md
docs/ListIncomingPhoneNumberLocalResponse.md
docs/ListIncomingPhoneNumberMobileResponse.md
docs/ListIncomingPhoneNumberResponse.md
docs/ListIncomingPhoneNumberTollFreeResponse.md
docs/ListKeyResponse.md
docs/ListMediaResponse.md
docs/ListMemberResponse.md
docs/ListMessageResponse.md
docs/ListNotificationResponse.md
docs/ListOutgoingCallerIdResponse.md
docs/ListParticipantResponse.md
docs/ListQueueResponse.md
docs/ListRecordingAddOnResultPayloadResponse.md
docs/ListRecordingAddOnResultResponse.md
docs/ListRecordingResponse.md
docs/ListRecordingTranscriptionResponse.md
docs/ListShortCodeResponse.md
docs/ListSigningKeyResponse.md
docs/ListSipAuthCallsCredentialListMappingResponse.md
docs/ListSipAuthCallsIpAccessControlListMappingResponse.md
docs/ListSipAuthRegistrationsCredentialListMappingResponse.md
docs/ListSipCredentialListMappingResponse.md
docs/ListSipCredentialListResponse.md
docs/ListSipCredentialResponse.md
docs/ListSipDomainResponse.md
docs/ListSipIpAccessControlListMappingResponse.md
docs/ListSipIpAccessControlListResponse.md
docs/ListSipIpAddressResponse.md
docs/ListTranscriptionResponse.md
docs/ListUsageRecordAllTimeResponse.md
docs/ListUsageRecordDailyResponse.md
docs/ListUsageRecordLastMonthResponse.md
docs/ListUsageRecordMonthlyResponse.md
docs/ListUsageRecordResponse.md
docs/ListUsageRecordThisMonthResponse.md
docs/ListUsageRecordTodayResponse.md
docs/ListUsageRecordYearlyResponse.md
docs/ListUsageRecordYesterdayResponse.md
docs/ListUsageTriggerResponse.md
docs/MessageEnumDirection.md
docs/MessageEnumStatus.md
docs/MessageEnumTrafficType.md
docs/MessageFeedbackEnumOutcome.md
docs/ParticipantEnumStatus.md
docs/RecordingAddOnResultEnumStatus.md
docs/RecordingEnumSource.md
docs/RecordingEnumStatus.md
docs/RecordingTranscriptionEnumStatus.md
docs/SiprecEnumStatus.md
docs/StreamEnumStatus.md
docs/TranscriptionEnumStatus.md
docs/UsageRecordAllTimeEnumCategory.md
docs/UsageRecordDailyEnumCategory.md
docs/UsageRecordEnumCategory.md
docs/UsageRecordLastMonthEnumCategory.md
docs/UsageRecordMonthlyEnumCategory.md
docs/UsageRecordThisMonthEnumCategory.md
docs/UsageRecordTodayEnumCategory.md
docs/UsageRecordYearlyEnumCategory.md
docs/UsageRecordYesterdayEnumCategory.md
docs/UsageTriggerEnumRecurring.md
docs/UsageTriggerEnumTriggerField.md
docs/UsageTriggerEnumUsageCategory.md
git_push.sh
src/apis/configuration.rs
src/apis/default_api.rs
src/apis/mod.rs
src/lib.rs
src/models/account_enum_status.rs
src/models/account_enum_type.rs
src/models/api_period_v2010_period_account.rs
src/models/api_period_v2010_period_account_period_address.rs
src/models/api_period_v2010_period_account_period_address_period_dependent_phone_number.rs
src/models/api_period_v2010_period_account_period_application.rs
src/models/api_period_v2010_period_account_period_authorized_connect_app.rs
src/models/api_period_v2010_period_account_period_available_phone_number_country.rs
src/models/api_period_v2010_period_account_period_available_phone_number_country_period_available_phone_number_local.rs
src/models/api_period_v2010_period_account_period_available_phone_number_country_period_available_phone_number_machine_to_machine.rs
src/models/api_period_v2010_period_account_period_available_phone_number_country_period_available_phone_number_mobile.rs
src/models/api_period_v2010_period_account_period_available_phone_number_country_period_available_phone_number_national.rs
src/models/api_period_v2010_period_account_period_available_phone_number_country_period_available_phone_number_shared_cost.rs
src/models/api_period_v2010_period_account_period_available_phone_number_country_period_available_phone_number_toll_free.rs
src/models/api_period_v2010_period_account_period_available_phone_number_country_period_available_phone_number_voip.rs
src/models/api_period_v2010_period_account_period_balance.rs
src/models/api_period_v2010_period_account_period_call.rs
src/models/api_period_v2010_period_account_period_call_period_call_event.rs
src/models/api_period_v2010_period_account_period_call_period_call_feedback.rs
src/models/api_period_v2010_period_account_period_call_period_call_feedback_summary.rs
src/models/api_period_v2010_period_account_period_call_period_call_notification.rs
src/models/api_period_v2010_period_account_period_call_period_call_notification_instance.rs
src/models/api_period_v2010_period_account_period_call_period_call_recording.rs
src/models/api_period_v2010_period_account_period_call_period_payments.rs
src/models/api_period_v2010_period_account_period_call_period_siprec.rs
src/models/api_period_v2010_period_account_period_call_period_stream.rs
src/models/api_period_v2010_period_account_period_call_period_user_defined_message.rs
src/models/api_period_v2010_period_account_period_call_period_user_defined_message_subscription.rs
src/models/api_period_v2010_period_account_period_conference.rs
src/models/api_period_v2010_period_account_period_conference_period_conference_recording.rs
src/models/api_period_v2010_period_account_period_conference_period_participant.rs
src/models/api_period_v2010_period_account_period_connect_app.rs
src/models/api_period_v2010_period_account_period_incoming_phone_number.rs
src/models/api_period_v2010_period_account_period_incoming_phone_number_period_incoming_phone_number_assigned_add_on.rs
src/models/api_period_v2010_period_account_period_incoming_phone_number_period_incoming_phone_number_assigned_add_on_period_incoming_phone_number_assigned_add_on_extension.rs
src/models/api_period_v2010_period_account_period_incoming_phone_number_period_incoming_phone_number_local.rs
src/models/api_period_v2010_period_account_period_incoming_phone_number_period_incoming_phone_number_mobile.rs
src/models/api_period_v2010_period_account_period_incoming_phone_number_period_incoming_phone_number_toll_free.rs
src/models/api_period_v2010_period_account_period_key.rs
src/models/api_period_v2010_period_account_period_message.rs
src/models/api_period_v2010_period_account_period_message_period_media.rs
src/models/api_period_v2010_period_account_period_message_period_message_feedback.rs
src/models/api_period_v2010_period_account_period_new_key.rs
src/models/api_period_v2010_period_account_period_new_signing_key.rs
src/models/api_period_v2010_period_account_period_notification.rs
src/models/api_period_v2010_period_account_period_notification_instance.rs
src/models/api_period_v2010_period_account_period_outgoing_caller_id.rs
src/models/api_period_v2010_period_account_period_queue.rs
src/models/api_period_v2010_period_account_period_queue_period_member.rs
src/models/api_period_v2010_period_account_period_recording.rs
src/models/api_period_v2010_period_account_period_recording_period_recording_add_on_result.rs
src/models/api_period_v2010_period_account_period_recording_period_recording_add_on_result_period_recording_add_on_result_payload.rs
src/models/api_period_v2010_period_account_period_recording_period_recording_transcription.rs
src/models/api_period_v2010_period_account_period_short_code.rs
src/models/api_period_v2010_period_account_period_signing_key.rs
src/models/api_period_v2010_period_account_period_sip_period_sip_credential_list.rs
src/models/api_period_v2010_period_account_period_sip_period_sip_credential_list_period_sip_credential.rs
src/models/api_period_v2010_period_account_period_sip_period_sip_domain.rs
src/models/api_period_v2010_period_account_period_sip_period_sip_domain_period_sip_auth_period_sip_auth_calls_period_sip_auth_calls_credential_list_mapping.rs
src/models/api_period_v2010_period_account_period_sip_period_sip_domain_period_sip_auth_period_sip_auth_calls_period_sip_auth_calls_ip_access_control_list_mapping.rs
src/models/api_period_v2010_period_account_period_sip_period_sip_domain_period_sip_auth_period_sip_auth_registrations_period_sip_auth_registrations_credential_list_mapping.rs
src/models/api_period_v2010_period_account_period_sip_period_sip_domain_period_sip_credential_list_mapping.rs
src/models/api_period_v2010_period_account_period_sip_period_sip_domain_period_sip_ip_access_control_list_mapping.rs
src/models/api_period_v2010_period_account_period_sip_period_sip_ip_access_control_list.rs
src/models/api_period_v2010_period_account_period_sip_period_sip_ip_access_control_list_period_sip_ip_address.rs
src/models/api_period_v2010_period_account_period_token.rs
src/models/api_period_v2010_period_account_period_transcription.rs
src/models/api_period_v2010_period_account_period_usage_period_usage_record.rs
src/models/api_period_v2010_period_account_period_usage_period_usage_record_period_usage_record_all_time.rs
src/models/api_period_v2010_period_account_period_usage_period_usage_record_period_usage_record_daily.rs
src/models/api_period_v2010_period_account_period_usage_period_usage_record_period_usage_record_last_month.rs
src/models/api_period_v2010_period_account_period_usage_period_usage_record_period_usage_record_monthly.rs
src/models/api_period_v2010_period_account_period_usage_period_usage_record_period_usage_record_this_month.rs
src/models/api_period_v2010_period_account_period_usage_period_usage_record_period_usage_record_today.rs
src/models/api_period_v2010_period_account_period_usage_period_usage_record_period_usage_record_yearly.rs
src/models/api_period_v2010_period_account_period_usage_period_usage_record_period_usage_record_yesterday.rs
src/models/api_period_v2010_period_account_period_usage_period_usage_trigger.rs
src/models/api_period_v2010_period_account_period_validation_request.rs
src/models/api_v2010_account_available_phone_number_country_available_phone_number_local_capabilities.rs
src/models/api_v2010_account_incoming_phone_number_capabilities.rs
src/models/api_v2010_account_token_ice_servers_inner.rs
src/models/authorized_connect_app_enum_permission.rs
src/models/call_enum_event.rs
src/models/call_enum_status.rs
src/models/call_feedback_enum_issues.rs
src/models/call_feedback_summary_enum_status.rs
src/models/call_recording_enum_source.rs
src/models/call_recording_enum_status.rs
src/models/conference_enum_reason_conference_ended.rs
src/models/conference_enum_status.rs
src/models/conference_recording_enum_source.rs
src/models/conference_recording_enum_status.rs
src/models/connect_app_enum_permission.rs
src/models/dependent_phone_number_enum_address_requirement.rs
src/models/dependent_phone_number_enum_emergency_status.rs
src/models/incoming_phone_number_enum_address_requirement.rs
src/models/incoming_phone_number_enum_emergency_address_status.rs
src/models/incoming_phone_number_enum_emergency_status.rs
src/models/incoming_phone_number_enum_voice_receive_mode.rs
src/models/incoming_phone_number_local_enum_address_requirement.rs
src/models/incoming_phone_number_local_enum_emergency_address_status.rs
src/models/incoming_phone_number_local_enum_emergency_status.rs
src/models/incoming_phone_number_local_enum_voice_receive_mode.rs
src/models/incoming_phone_number_mobile_enum_address_requirement.rs
src/models/incoming_phone_number_mobile_enum_emergency_address_status.rs
src/models/incoming_phone_number_mobile_enum_emergency_status.rs
src/models/incoming_phone_number_mobile_enum_voice_receive_mode.rs
src/models/incoming_phone_number_toll_free_enum_address_requirement.rs
src/models/incoming_phone_number_toll_free_enum_emergency_address_status.rs
src/models/incoming_phone_number_toll_free_enum_emergency_status.rs
src/models/incoming_phone_number_toll_free_enum_voice_receive_mode.rs
src/models/list_account_response.rs
src/models/list_address_response.rs
src/models/list_application_response.rs
src/models/list_authorized_connect_app_response.rs
src/models/list_available_phone_number_country_response.rs
src/models/list_available_phone_number_local_response.rs
src/models/list_available_phone_number_machine_to_machine_response.rs
src/models/list_available_phone_number_mobile_response.rs
src/models/list_available_phone_number_national_response.rs
src/models/list_available_phone_number_shared_cost_response.rs
src/models/list_available_phone_number_toll_free_response.rs
src/models/list_available_phone_number_voip_response.rs
src/models/list_call_event_response.rs
src/models/list_call_notification_response.rs
src/models/list_call_recording_response.rs
src/models/list_call_response.rs
src/models/list_conference_recording_response.rs
src/models/list_conference_response.rs
src/models/list_connect_app_response.rs
src/models/list_dependent_phone_number_response.rs
src/models/list_incoming_phone_number_assigned_add_on_extension_response.rs
src/models/list_incoming_phone_number_assigned_add_on_response.rs
src/models/list_incoming_phone_number_local_response.rs
src/models/list_incoming_phone_number_mobile_response.rs
src/models/list_incoming_phone_number_response.rs
src/models/list_incoming_phone_number_toll_free_response.rs
src/models/list_key_response.rs
src/models/list_media_response.rs
src/models/list_member_response.rs
src/models/list_message_response.rs
src/models/list_notification_response.rs
src/models/list_outgoing_caller_id_response.rs
src/models/list_participant_response.rs
src/models/list_queue_response.rs
src/models/list_recording_add_on_result_payload_response.rs
src/models/list_recording_add_on_result_response.rs
src/models/list_recording_response.rs
src/models/list_recording_transcription_response.rs
src/models/list_short_code_response.rs
src/models/list_signing_key_response.rs
src/models/list_sip_auth_calls_credential_list_mapping_response.rs
src/models/list_sip_auth_calls_ip_access_control_list_mapping_response.rs
src/models/list_sip_auth_registrations_credential_list_mapping_response.rs
src/models/list_sip_credential_list_mapping_response.rs
src/models/list_sip_credential_list_response.rs
src/models/list_sip_credential_response.rs
src/models/list_sip_domain_response.rs
src/models/list_sip_ip_access_control_list_mapping_response.rs
src/models/list_sip_ip_access_control_list_response.rs
src/models/list_sip_ip_address_response.rs
src/models/list_transcription_response.rs
src/models/list_usage_record_all_time_response.rs
src/models/list_usage_record_daily_response.rs
src/models/list_usage_record_last_month_response.rs
src/models/list_usage_record_monthly_response.rs
src/models/list_usage_record_response.rs
src/models/list_usage_record_this_month_response.rs
src/models/list_usage_record_today_response.rs
src/models/list_usage_record_yearly_response.rs
src/models/list_usage_record_yesterday_response.rs
src/models/list_usage_trigger_response.rs
src/models/message_enum_direction.rs
src/models/message_enum_status.rs
src/models/message_enum_traffic_type.rs
src/models/message_feedback_enum_outcome.rs
src/models/mod.rs
src/models/participant_enum_status.rs
src/models/recording_add_on_result_enum_status.rs
src/models/recording_enum_source.rs
src/models/recording_enum_status.rs
src/models/recording_transcription_enum_status.rs
src/models/siprec_enum_status.rs
src/models/stream_enum_status.rs
src/models/transcription_enum_status.rs
src/models/usage_record_all_time_enum_category.rs
src/models/usage_record_daily_enum_category.rs
src/models/usage_record_enum_category.rs
src/models/usage_record_last_month_enum_category.rs
src/models/usage_record_monthly_enum_category.rs
src/models/usage_record_this_month_enum_category.rs
src/models/usage_record_today_enum_category.rs
src/models/usage_record_yearly_enum_category.rs
src/models/usage_record_yesterday_enum_category.rs
src/models/usage_trigger_enum_recurring.rs
src/models/usage_trigger_enum_trigger_field.rs
src/models/usage_trigger_enum_usage_category.rs

View File

@ -0,0 +1 @@
6.6.0

1
twil-api/.travis.yml Normal file
View File

@ -0,0 +1 @@
language: rust

18
twil-api/Cargo.toml Normal file
View File

@ -0,0 +1,18 @@
[package]
name = "twil-api"
version = "1.46.0"
authors = ["support@twilio.com"]
description = "This is the public Twilio REST API."
license = "Apache 2.0"
edition = "2018"
[dependencies]
serde = "^1.0"
serde_derive = "^1.0"
serde_with = "^2.0"
serde_json = "^1.0"
url = "^2.2"
uuid = { version = "^1.0", features = ["serde"] }
[dependencies.reqwest]
version = "^0.11"
features = ["json", "multipart"]

439
twil-api/README.md Normal file
View File

@ -0,0 +1,439 @@
# Rust API client for openapi
This is the public Twilio REST API.
For more information, please visit [https://support.twilio.com](https://support.twilio.com)
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.
- API version: 1.46.0
- Package version: 1.46.0
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`
## Installation
Put the package under your project folder in a directory named `openapi` and add the following to `Cargo.toml` under `[dependencies]`:
```
openapi = { path = "./openapi" }
```
## Documentation for API Endpoints
All URIs are relative to *https://api.twilio.com*
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DefaultApi* | [**create_account**](docs/DefaultApi.md#create_account) | **POST** /2010-04-01/Accounts.json |
*DefaultApi* | [**create_address**](docs/DefaultApi.md#create_address) | **POST** /2010-04-01/Accounts/{AccountSid}/Addresses.json |
*DefaultApi* | [**create_application**](docs/DefaultApi.md#create_application) | **POST** /2010-04-01/Accounts/{AccountSid}/Applications.json |
*DefaultApi* | [**create_call**](docs/DefaultApi.md#create_call) | **POST** /2010-04-01/Accounts/{AccountSid}/Calls.json |
*DefaultApi* | [**create_call_feedback_summary**](docs/DefaultApi.md#create_call_feedback_summary) | **POST** /2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary.json |
*DefaultApi* | [**create_call_recording**](docs/DefaultApi.md#create_call_recording) | **POST** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json |
*DefaultApi* | [**create_incoming_phone_number**](docs/DefaultApi.md#create_incoming_phone_number) | **POST** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers.json |
*DefaultApi* | [**create_incoming_phone_number_assigned_add_on**](docs/DefaultApi.md#create_incoming_phone_number_assigned_add_on) | **POST** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json |
*DefaultApi* | [**create_incoming_phone_number_local**](docs/DefaultApi.md#create_incoming_phone_number_local) | **POST** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json |
*DefaultApi* | [**create_incoming_phone_number_mobile**](docs/DefaultApi.md#create_incoming_phone_number_mobile) | **POST** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json |
*DefaultApi* | [**create_incoming_phone_number_toll_free**](docs/DefaultApi.md#create_incoming_phone_number_toll_free) | **POST** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json |
*DefaultApi* | [**create_message**](docs/DefaultApi.md#create_message) | **POST** /2010-04-01/Accounts/{AccountSid}/Messages.json |
*DefaultApi* | [**create_message_feedback**](docs/DefaultApi.md#create_message_feedback) | **POST** /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Feedback.json |
*DefaultApi* | [**create_new_key**](docs/DefaultApi.md#create_new_key) | **POST** /2010-04-01/Accounts/{AccountSid}/Keys.json |
*DefaultApi* | [**create_new_signing_key**](docs/DefaultApi.md#create_new_signing_key) | **POST** /2010-04-01/Accounts/{AccountSid}/SigningKeys.json |
*DefaultApi* | [**create_participant**](docs/DefaultApi.md#create_participant) | **POST** /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json |
*DefaultApi* | [**create_payments**](docs/DefaultApi.md#create_payments) | **POST** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments.json |
*DefaultApi* | [**create_queue**](docs/DefaultApi.md#create_queue) | **POST** /2010-04-01/Accounts/{AccountSid}/Queues.json |
*DefaultApi* | [**create_sip_auth_calls_credential_list_mapping**](docs/DefaultApi.md#create_sip_auth_calls_credential_list_mapping) | **POST** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json |
*DefaultApi* | [**create_sip_auth_calls_ip_access_control_list_mapping**](docs/DefaultApi.md#create_sip_auth_calls_ip_access_control_list_mapping) | **POST** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json |
*DefaultApi* | [**create_sip_auth_registrations_credential_list_mapping**](docs/DefaultApi.md#create_sip_auth_registrations_credential_list_mapping) | **POST** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings.json |
*DefaultApi* | [**create_sip_credential**](docs/DefaultApi.md#create_sip_credential) | **POST** /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials.json |
*DefaultApi* | [**create_sip_credential_list**](docs/DefaultApi.md#create_sip_credential_list) | **POST** /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json |
*DefaultApi* | [**create_sip_credential_list_mapping**](docs/DefaultApi.md#create_sip_credential_list_mapping) | **POST** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings.json |
*DefaultApi* | [**create_sip_domain**](docs/DefaultApi.md#create_sip_domain) | **POST** /2010-04-01/Accounts/{AccountSid}/SIP/Domains.json |
*DefaultApi* | [**create_sip_ip_access_control_list**](docs/DefaultApi.md#create_sip_ip_access_control_list) | **POST** /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json |
*DefaultApi* | [**create_sip_ip_access_control_list_mapping**](docs/DefaultApi.md#create_sip_ip_access_control_list_mapping) | **POST** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings.json |
*DefaultApi* | [**create_sip_ip_address**](docs/DefaultApi.md#create_sip_ip_address) | **POST** /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses.json |
*DefaultApi* | [**create_siprec**](docs/DefaultApi.md#create_siprec) | **POST** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Siprec.json |
*DefaultApi* | [**create_stream**](docs/DefaultApi.md#create_stream) | **POST** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams.json |
*DefaultApi* | [**create_token**](docs/DefaultApi.md#create_token) | **POST** /2010-04-01/Accounts/{AccountSid}/Tokens.json |
*DefaultApi* | [**create_usage_trigger**](docs/DefaultApi.md#create_usage_trigger) | **POST** /2010-04-01/Accounts/{AccountSid}/Usage/Triggers.json |
*DefaultApi* | [**create_user_defined_message**](docs/DefaultApi.md#create_user_defined_message) | **POST** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessages.json |
*DefaultApi* | [**create_user_defined_message_subscription**](docs/DefaultApi.md#create_user_defined_message_subscription) | **POST** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessageSubscriptions.json |
*DefaultApi* | [**create_validation_request**](docs/DefaultApi.md#create_validation_request) | **POST** /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json |
*DefaultApi* | [**delete_address**](docs/DefaultApi.md#delete_address) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json |
*DefaultApi* | [**delete_application**](docs/DefaultApi.md#delete_application) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json |
*DefaultApi* | [**delete_call**](docs/DefaultApi.md#delete_call) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json |
*DefaultApi* | [**delete_call_feedback_summary**](docs/DefaultApi.md#delete_call_feedback_summary) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary/{Sid}.json |
*DefaultApi* | [**delete_call_recording**](docs/DefaultApi.md#delete_call_recording) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json |
*DefaultApi* | [**delete_conference_recording**](docs/DefaultApi.md#delete_conference_recording) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json |
*DefaultApi* | [**delete_connect_app**](docs/DefaultApi.md#delete_connect_app) | **DELETE** /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json |
*DefaultApi* | [**delete_incoming_phone_number**](docs/DefaultApi.md#delete_incoming_phone_number) | **DELETE** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json |
*DefaultApi* | [**delete_incoming_phone_number_assigned_add_on**](docs/DefaultApi.md#delete_incoming_phone_number_assigned_add_on) | **DELETE** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json |
*DefaultApi* | [**delete_key**](docs/DefaultApi.md#delete_key) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json |
*DefaultApi* | [**delete_media**](docs/DefaultApi.md#delete_media) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json |
*DefaultApi* | [**delete_message**](docs/DefaultApi.md#delete_message) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json |
*DefaultApi* | [**delete_outgoing_caller_id**](docs/DefaultApi.md#delete_outgoing_caller_id) | **DELETE** /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json |
*DefaultApi* | [**delete_participant**](docs/DefaultApi.md#delete_participant) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json |
*DefaultApi* | [**delete_queue**](docs/DefaultApi.md#delete_queue) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json |
*DefaultApi* | [**delete_recording**](docs/DefaultApi.md#delete_recording) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json |
*DefaultApi* | [**delete_recording_add_on_result**](docs/DefaultApi.md#delete_recording_add_on_result) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json |
*DefaultApi* | [**delete_recording_add_on_result_payload**](docs/DefaultApi.md#delete_recording_add_on_result_payload) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json |
*DefaultApi* | [**delete_recording_transcription**](docs/DefaultApi.md#delete_recording_transcription) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json |
*DefaultApi* | [**delete_signing_key**](docs/DefaultApi.md#delete_signing_key) | **DELETE** /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json |
*DefaultApi* | [**delete_sip_auth_calls_credential_list_mapping**](docs/DefaultApi.md#delete_sip_auth_calls_credential_list_mapping) | **DELETE** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json |
*DefaultApi* | [**delete_sip_auth_calls_ip_access_control_list_mapping**](docs/DefaultApi.md#delete_sip_auth_calls_ip_access_control_list_mapping) | **DELETE** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json |
*DefaultApi* | [**delete_sip_auth_registrations_credential_list_mapping**](docs/DefaultApi.md#delete_sip_auth_registrations_credential_list_mapping) | **DELETE** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings/{Sid}.json |
*DefaultApi* | [**delete_sip_credential**](docs/DefaultApi.md#delete_sip_credential) | **DELETE** /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json |
*DefaultApi* | [**delete_sip_credential_list**](docs/DefaultApi.md#delete_sip_credential_list) | **DELETE** /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json |
*DefaultApi* | [**delete_sip_credential_list_mapping**](docs/DefaultApi.md#delete_sip_credential_list_mapping) | **DELETE** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings/{Sid}.json |
*DefaultApi* | [**delete_sip_domain**](docs/DefaultApi.md#delete_sip_domain) | **DELETE** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json |
*DefaultApi* | [**delete_sip_ip_access_control_list**](docs/DefaultApi.md#delete_sip_ip_access_control_list) | **DELETE** /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json |
*DefaultApi* | [**delete_sip_ip_access_control_list_mapping**](docs/DefaultApi.md#delete_sip_ip_access_control_list_mapping) | **DELETE** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.json |
*DefaultApi* | [**delete_sip_ip_address**](docs/DefaultApi.md#delete_sip_ip_address) | **DELETE** /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json |
*DefaultApi* | [**delete_transcription**](docs/DefaultApi.md#delete_transcription) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json |
*DefaultApi* | [**delete_usage_trigger**](docs/DefaultApi.md#delete_usage_trigger) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json |
*DefaultApi* | [**delete_user_defined_message_subscription**](docs/DefaultApi.md#delete_user_defined_message_subscription) | **DELETE** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessageSubscriptions/{Sid}.json |
*DefaultApi* | [**fetch_account**](docs/DefaultApi.md#fetch_account) | **GET** /2010-04-01/Accounts/{Sid}.json |
*DefaultApi* | [**fetch_address**](docs/DefaultApi.md#fetch_address) | **GET** /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json |
*DefaultApi* | [**fetch_application**](docs/DefaultApi.md#fetch_application) | **GET** /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json |
*DefaultApi* | [**fetch_authorized_connect_app**](docs/DefaultApi.md#fetch_authorized_connect_app) | **GET** /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps/{ConnectAppSid}.json |
*DefaultApi* | [**fetch_available_phone_number_country**](docs/DefaultApi.md#fetch_available_phone_number_country) | **GET** /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json |
*DefaultApi* | [**fetch_balance**](docs/DefaultApi.md#fetch_balance) | **GET** /2010-04-01/Accounts/{AccountSid}/Balance.json |
*DefaultApi* | [**fetch_call**](docs/DefaultApi.md#fetch_call) | **GET** /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json |
*DefaultApi* | [**fetch_call_feedback**](docs/DefaultApi.md#fetch_call_feedback) | **GET** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Feedback.json |
*DefaultApi* | [**fetch_call_feedback_summary**](docs/DefaultApi.md#fetch_call_feedback_summary) | **GET** /2010-04-01/Accounts/{AccountSid}/Calls/FeedbackSummary/{Sid}.json |
*DefaultApi* | [**fetch_call_notification**](docs/DefaultApi.md#fetch_call_notification) | **GET** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications/{Sid}.json |
*DefaultApi* | [**fetch_call_recording**](docs/DefaultApi.md#fetch_call_recording) | **GET** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json |
*DefaultApi* | [**fetch_conference**](docs/DefaultApi.md#fetch_conference) | **GET** /2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json |
*DefaultApi* | [**fetch_conference_recording**](docs/DefaultApi.md#fetch_conference_recording) | **GET** /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json |
*DefaultApi* | [**fetch_connect_app**](docs/DefaultApi.md#fetch_connect_app) | **GET** /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json |
*DefaultApi* | [**fetch_incoming_phone_number**](docs/DefaultApi.md#fetch_incoming_phone_number) | **GET** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json |
*DefaultApi* | [**fetch_incoming_phone_number_assigned_add_on**](docs/DefaultApi.md#fetch_incoming_phone_number_assigned_add_on) | **GET** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json |
*DefaultApi* | [**fetch_incoming_phone_number_assigned_add_on_extension**](docs/DefaultApi.md#fetch_incoming_phone_number_assigned_add_on_extension) | **GET** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{AssignedAddOnSid}/Extensions/{Sid}.json |
*DefaultApi* | [**fetch_key**](docs/DefaultApi.md#fetch_key) | **GET** /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json |
*DefaultApi* | [**fetch_media**](docs/DefaultApi.md#fetch_media) | **GET** /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json |
*DefaultApi* | [**fetch_member**](docs/DefaultApi.md#fetch_member) | **GET** /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json |
*DefaultApi* | [**fetch_message**](docs/DefaultApi.md#fetch_message) | **GET** /2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json |
*DefaultApi* | [**fetch_notification**](docs/DefaultApi.md#fetch_notification) | **GET** /2010-04-01/Accounts/{AccountSid}/Notifications/{Sid}.json |
*DefaultApi* | [**fetch_outgoing_caller_id**](docs/DefaultApi.md#fetch_outgoing_caller_id) | **GET** /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json |
*DefaultApi* | [**fetch_participant**](docs/DefaultApi.md#fetch_participant) | **GET** /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json |
*DefaultApi* | [**fetch_queue**](docs/DefaultApi.md#fetch_queue) | **GET** /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json |
*DefaultApi* | [**fetch_recording**](docs/DefaultApi.md#fetch_recording) | **GET** /2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json |
*DefaultApi* | [**fetch_recording_add_on_result**](docs/DefaultApi.md#fetch_recording_add_on_result) | **GET** /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json |
*DefaultApi* | [**fetch_recording_add_on_result_payload**](docs/DefaultApi.md#fetch_recording_add_on_result_payload) | **GET** /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json |
*DefaultApi* | [**fetch_recording_transcription**](docs/DefaultApi.md#fetch_recording_transcription) | **GET** /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json |
*DefaultApi* | [**fetch_short_code**](docs/DefaultApi.md#fetch_short_code) | **GET** /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes/{Sid}.json |
*DefaultApi* | [**fetch_signing_key**](docs/DefaultApi.md#fetch_signing_key) | **GET** /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json |
*DefaultApi* | [**fetch_sip_auth_calls_credential_list_mapping**](docs/DefaultApi.md#fetch_sip_auth_calls_credential_list_mapping) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json |
*DefaultApi* | [**fetch_sip_auth_calls_ip_access_control_list_mapping**](docs/DefaultApi.md#fetch_sip_auth_calls_ip_access_control_list_mapping) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json |
*DefaultApi* | [**fetch_sip_auth_registrations_credential_list_mapping**](docs/DefaultApi.md#fetch_sip_auth_registrations_credential_list_mapping) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings/{Sid}.json |
*DefaultApi* | [**fetch_sip_credential**](docs/DefaultApi.md#fetch_sip_credential) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json |
*DefaultApi* | [**fetch_sip_credential_list**](docs/DefaultApi.md#fetch_sip_credential_list) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json |
*DefaultApi* | [**fetch_sip_credential_list_mapping**](docs/DefaultApi.md#fetch_sip_credential_list_mapping) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings/{Sid}.json |
*DefaultApi* | [**fetch_sip_domain**](docs/DefaultApi.md#fetch_sip_domain) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json |
*DefaultApi* | [**fetch_sip_ip_access_control_list**](docs/DefaultApi.md#fetch_sip_ip_access_control_list) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json |
*DefaultApi* | [**fetch_sip_ip_access_control_list_mapping**](docs/DefaultApi.md#fetch_sip_ip_access_control_list_mapping) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.json |
*DefaultApi* | [**fetch_sip_ip_address**](docs/DefaultApi.md#fetch_sip_ip_address) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json |
*DefaultApi* | [**fetch_transcription**](docs/DefaultApi.md#fetch_transcription) | **GET** /2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json |
*DefaultApi* | [**fetch_usage_trigger**](docs/DefaultApi.md#fetch_usage_trigger) | **GET** /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json |
*DefaultApi* | [**list_account**](docs/DefaultApi.md#list_account) | **GET** /2010-04-01/Accounts.json |
*DefaultApi* | [**list_address**](docs/DefaultApi.md#list_address) | **GET** /2010-04-01/Accounts/{AccountSid}/Addresses.json |
*DefaultApi* | [**list_application**](docs/DefaultApi.md#list_application) | **GET** /2010-04-01/Accounts/{AccountSid}/Applications.json |
*DefaultApi* | [**list_authorized_connect_app**](docs/DefaultApi.md#list_authorized_connect_app) | **GET** /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps.json |
*DefaultApi* | [**list_available_phone_number_country**](docs/DefaultApi.md#list_available_phone_number_country) | **GET** /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers.json |
*DefaultApi* | [**list_available_phone_number_local**](docs/DefaultApi.md#list_available_phone_number_local) | **GET** /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Local.json |
*DefaultApi* | [**list_available_phone_number_machine_to_machine**](docs/DefaultApi.md#list_available_phone_number_machine_to_machine) | **GET** /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/MachineToMachine.json |
*DefaultApi* | [**list_available_phone_number_mobile**](docs/DefaultApi.md#list_available_phone_number_mobile) | **GET** /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Mobile.json |
*DefaultApi* | [**list_available_phone_number_national**](docs/DefaultApi.md#list_available_phone_number_national) | **GET** /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/National.json |
*DefaultApi* | [**list_available_phone_number_shared_cost**](docs/DefaultApi.md#list_available_phone_number_shared_cost) | **GET** /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/SharedCost.json |
*DefaultApi* | [**list_available_phone_number_toll_free**](docs/DefaultApi.md#list_available_phone_number_toll_free) | **GET** /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/TollFree.json |
*DefaultApi* | [**list_available_phone_number_voip**](docs/DefaultApi.md#list_available_phone_number_voip) | **GET** /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Voip.json |
*DefaultApi* | [**list_call**](docs/DefaultApi.md#list_call) | **GET** /2010-04-01/Accounts/{AccountSid}/Calls.json |
*DefaultApi* | [**list_call_event**](docs/DefaultApi.md#list_call_event) | **GET** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Events.json |
*DefaultApi* | [**list_call_notification**](docs/DefaultApi.md#list_call_notification) | **GET** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications.json |
*DefaultApi* | [**list_call_recording**](docs/DefaultApi.md#list_call_recording) | **GET** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json |
*DefaultApi* | [**list_conference**](docs/DefaultApi.md#list_conference) | **GET** /2010-04-01/Accounts/{AccountSid}/Conferences.json |
*DefaultApi* | [**list_conference_recording**](docs/DefaultApi.md#list_conference_recording) | **GET** /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings.json |
*DefaultApi* | [**list_connect_app**](docs/DefaultApi.md#list_connect_app) | **GET** /2010-04-01/Accounts/{AccountSid}/ConnectApps.json |
*DefaultApi* | [**list_dependent_phone_number**](docs/DefaultApi.md#list_dependent_phone_number) | **GET** /2010-04-01/Accounts/{AccountSid}/Addresses/{AddressSid}/DependentPhoneNumbers.json |
*DefaultApi* | [**list_incoming_phone_number**](docs/DefaultApi.md#list_incoming_phone_number) | **GET** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers.json |
*DefaultApi* | [**list_incoming_phone_number_assigned_add_on**](docs/DefaultApi.md#list_incoming_phone_number_assigned_add_on) | **GET** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json |
*DefaultApi* | [**list_incoming_phone_number_assigned_add_on_extension**](docs/DefaultApi.md#list_incoming_phone_number_assigned_add_on_extension) | **GET** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{AssignedAddOnSid}/Extensions.json |
*DefaultApi* | [**list_incoming_phone_number_local**](docs/DefaultApi.md#list_incoming_phone_number_local) | **GET** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json |
*DefaultApi* | [**list_incoming_phone_number_mobile**](docs/DefaultApi.md#list_incoming_phone_number_mobile) | **GET** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json |
*DefaultApi* | [**list_incoming_phone_number_toll_free**](docs/DefaultApi.md#list_incoming_phone_number_toll_free) | **GET** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json |
*DefaultApi* | [**list_key**](docs/DefaultApi.md#list_key) | **GET** /2010-04-01/Accounts/{AccountSid}/Keys.json |
*DefaultApi* | [**list_media**](docs/DefaultApi.md#list_media) | **GET** /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media.json |
*DefaultApi* | [**list_member**](docs/DefaultApi.md#list_member) | **GET** /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members.json |
*DefaultApi* | [**list_message**](docs/DefaultApi.md#list_message) | **GET** /2010-04-01/Accounts/{AccountSid}/Messages.json |
*DefaultApi* | [**list_notification**](docs/DefaultApi.md#list_notification) | **GET** /2010-04-01/Accounts/{AccountSid}/Notifications.json |
*DefaultApi* | [**list_outgoing_caller_id**](docs/DefaultApi.md#list_outgoing_caller_id) | **GET** /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json |
*DefaultApi* | [**list_participant**](docs/DefaultApi.md#list_participant) | **GET** /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json |
*DefaultApi* | [**list_queue**](docs/DefaultApi.md#list_queue) | **GET** /2010-04-01/Accounts/{AccountSid}/Queues.json |
*DefaultApi* | [**list_recording**](docs/DefaultApi.md#list_recording) | **GET** /2010-04-01/Accounts/{AccountSid}/Recordings.json |
*DefaultApi* | [**list_recording_add_on_result**](docs/DefaultApi.md#list_recording_add_on_result) | **GET** /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults.json |
*DefaultApi* | [**list_recording_add_on_result_payload**](docs/DefaultApi.md#list_recording_add_on_result_payload) | **GET** /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads.json |
*DefaultApi* | [**list_recording_transcription**](docs/DefaultApi.md#list_recording_transcription) | **GET** /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions.json |
*DefaultApi* | [**list_short_code**](docs/DefaultApi.md#list_short_code) | **GET** /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes.json |
*DefaultApi* | [**list_signing_key**](docs/DefaultApi.md#list_signing_key) | **GET** /2010-04-01/Accounts/{AccountSid}/SigningKeys.json |
*DefaultApi* | [**list_sip_auth_calls_credential_list_mapping**](docs/DefaultApi.md#list_sip_auth_calls_credential_list_mapping) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json |
*DefaultApi* | [**list_sip_auth_calls_ip_access_control_list_mapping**](docs/DefaultApi.md#list_sip_auth_calls_ip_access_control_list_mapping) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json |
*DefaultApi* | [**list_sip_auth_registrations_credential_list_mapping**](docs/DefaultApi.md#list_sip_auth_registrations_credential_list_mapping) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings.json |
*DefaultApi* | [**list_sip_credential**](docs/DefaultApi.md#list_sip_credential) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials.json |
*DefaultApi* | [**list_sip_credential_list**](docs/DefaultApi.md#list_sip_credential_list) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json |
*DefaultApi* | [**list_sip_credential_list_mapping**](docs/DefaultApi.md#list_sip_credential_list_mapping) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings.json |
*DefaultApi* | [**list_sip_domain**](docs/DefaultApi.md#list_sip_domain) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/Domains.json |
*DefaultApi* | [**list_sip_ip_access_control_list**](docs/DefaultApi.md#list_sip_ip_access_control_list) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json |
*DefaultApi* | [**list_sip_ip_access_control_list_mapping**](docs/DefaultApi.md#list_sip_ip_access_control_list_mapping) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings.json |
*DefaultApi* | [**list_sip_ip_address**](docs/DefaultApi.md#list_sip_ip_address) | **GET** /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses.json |
*DefaultApi* | [**list_transcription**](docs/DefaultApi.md#list_transcription) | **GET** /2010-04-01/Accounts/{AccountSid}/Transcriptions.json |
*DefaultApi* | [**list_usage_record**](docs/DefaultApi.md#list_usage_record) | **GET** /2010-04-01/Accounts/{AccountSid}/Usage/Records.json |
*DefaultApi* | [**list_usage_record_all_time**](docs/DefaultApi.md#list_usage_record_all_time) | **GET** /2010-04-01/Accounts/{AccountSid}/Usage/Records/AllTime.json |
*DefaultApi* | [**list_usage_record_daily**](docs/DefaultApi.md#list_usage_record_daily) | **GET** /2010-04-01/Accounts/{AccountSid}/Usage/Records/Daily.json |
*DefaultApi* | [**list_usage_record_last_month**](docs/DefaultApi.md#list_usage_record_last_month) | **GET** /2010-04-01/Accounts/{AccountSid}/Usage/Records/LastMonth.json |
*DefaultApi* | [**list_usage_record_monthly**](docs/DefaultApi.md#list_usage_record_monthly) | **GET** /2010-04-01/Accounts/{AccountSid}/Usage/Records/Monthly.json |
*DefaultApi* | [**list_usage_record_this_month**](docs/DefaultApi.md#list_usage_record_this_month) | **GET** /2010-04-01/Accounts/{AccountSid}/Usage/Records/ThisMonth.json |
*DefaultApi* | [**list_usage_record_today**](docs/DefaultApi.md#list_usage_record_today) | **GET** /2010-04-01/Accounts/{AccountSid}/Usage/Records/Today.json |
*DefaultApi* | [**list_usage_record_yearly**](docs/DefaultApi.md#list_usage_record_yearly) | **GET** /2010-04-01/Accounts/{AccountSid}/Usage/Records/Yearly.json |
*DefaultApi* | [**list_usage_record_yesterday**](docs/DefaultApi.md#list_usage_record_yesterday) | **GET** /2010-04-01/Accounts/{AccountSid}/Usage/Records/Yesterday.json |
*DefaultApi* | [**list_usage_trigger**](docs/DefaultApi.md#list_usage_trigger) | **GET** /2010-04-01/Accounts/{AccountSid}/Usage/Triggers.json |
*DefaultApi* | [**update_account**](docs/DefaultApi.md#update_account) | **POST** /2010-04-01/Accounts/{Sid}.json |
*DefaultApi* | [**update_address**](docs/DefaultApi.md#update_address) | **POST** /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json |
*DefaultApi* | [**update_application**](docs/DefaultApi.md#update_application) | **POST** /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json |
*DefaultApi* | [**update_call**](docs/DefaultApi.md#update_call) | **POST** /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json |
*DefaultApi* | [**update_call_feedback**](docs/DefaultApi.md#update_call_feedback) | **POST** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Feedback.json |
*DefaultApi* | [**update_call_recording**](docs/DefaultApi.md#update_call_recording) | **POST** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json |
*DefaultApi* | [**update_conference**](docs/DefaultApi.md#update_conference) | **POST** /2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json |
*DefaultApi* | [**update_conference_recording**](docs/DefaultApi.md#update_conference_recording) | **POST** /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json |
*DefaultApi* | [**update_connect_app**](docs/DefaultApi.md#update_connect_app) | **POST** /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json |
*DefaultApi* | [**update_incoming_phone_number**](docs/DefaultApi.md#update_incoming_phone_number) | **POST** /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json |
*DefaultApi* | [**update_key**](docs/DefaultApi.md#update_key) | **POST** /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json |
*DefaultApi* | [**update_member**](docs/DefaultApi.md#update_member) | **POST** /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json |
*DefaultApi* | [**update_message**](docs/DefaultApi.md#update_message) | **POST** /2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json |
*DefaultApi* | [**update_outgoing_caller_id**](docs/DefaultApi.md#update_outgoing_caller_id) | **POST** /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json |
*DefaultApi* | [**update_participant**](docs/DefaultApi.md#update_participant) | **POST** /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json |
*DefaultApi* | [**update_payments**](docs/DefaultApi.md#update_payments) | **POST** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments/{Sid}.json |
*DefaultApi* | [**update_queue**](docs/DefaultApi.md#update_queue) | **POST** /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json |
*DefaultApi* | [**update_short_code**](docs/DefaultApi.md#update_short_code) | **POST** /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes/{Sid}.json |
*DefaultApi* | [**update_signing_key**](docs/DefaultApi.md#update_signing_key) | **POST** /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json |
*DefaultApi* | [**update_sip_credential**](docs/DefaultApi.md#update_sip_credential) | **POST** /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json |
*DefaultApi* | [**update_sip_credential_list**](docs/DefaultApi.md#update_sip_credential_list) | **POST** /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json |
*DefaultApi* | [**update_sip_domain**](docs/DefaultApi.md#update_sip_domain) | **POST** /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json |
*DefaultApi* | [**update_sip_ip_access_control_list**](docs/DefaultApi.md#update_sip_ip_access_control_list) | **POST** /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json |
*DefaultApi* | [**update_sip_ip_address**](docs/DefaultApi.md#update_sip_ip_address) | **POST** /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json |
*DefaultApi* | [**update_siprec**](docs/DefaultApi.md#update_siprec) | **POST** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Siprec/{Sid}.json |
*DefaultApi* | [**update_stream**](docs/DefaultApi.md#update_stream) | **POST** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams/{Sid}.json |
*DefaultApi* | [**update_usage_trigger**](docs/DefaultApi.md#update_usage_trigger) | **POST** /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json |
## Documentation For Models
- [AccountEnumStatus](docs/AccountEnumStatus.md)
- [AccountEnumType](docs/AccountEnumType.md)
- [ApiPeriodV2010PeriodAccount](docs/ApiPeriodV2010PeriodAccount.md)
- [ApiPeriodV2010PeriodAccountPeriodAddress](docs/ApiPeriodV2010PeriodAccountPeriodAddress.md)
- [ApiPeriodV2010PeriodAccountPeriodAddressPeriodDependentPhoneNumber](docs/ApiPeriodV2010PeriodAccountPeriodAddressPeriodDependentPhoneNumber.md)
- [ApiPeriodV2010PeriodAccountPeriodApplication](docs/ApiPeriodV2010PeriodAccountPeriodApplication.md)
- [ApiPeriodV2010PeriodAccountPeriodAuthorizedConnectApp](docs/ApiPeriodV2010PeriodAccountPeriodAuthorizedConnectApp.md)
- [ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountry](docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountry.md)
- [ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberLocal](docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberLocal.md)
- [ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberMachineToMachine](docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberMachineToMachine.md)
- [ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberMobile](docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberMobile.md)
- [ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberNational](docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberNational.md)
- [ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberSharedCost](docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberSharedCost.md)
- [ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberTollFree](docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberTollFree.md)
- [ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberVoip](docs/ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberVoip.md)
- [ApiPeriodV2010PeriodAccountPeriodBalance](docs/ApiPeriodV2010PeriodAccountPeriodBalance.md)
- [ApiPeriodV2010PeriodAccountPeriodCall](docs/ApiPeriodV2010PeriodAccountPeriodCall.md)
- [ApiPeriodV2010PeriodAccountPeriodCallPeriodCallEvent](docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodCallEvent.md)
- [ApiPeriodV2010PeriodAccountPeriodCallPeriodCallFeedback](docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodCallFeedback.md)
- [ApiPeriodV2010PeriodAccountPeriodCallPeriodCallFeedbackSummary](docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodCallFeedbackSummary.md)
- [ApiPeriodV2010PeriodAccountPeriodCallPeriodCallNotification](docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodCallNotification.md)
- [ApiPeriodV2010PeriodAccountPeriodCallPeriodCallNotificationInstance](docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodCallNotificationInstance.md)
- [ApiPeriodV2010PeriodAccountPeriodCallPeriodCallRecording](docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodCallRecording.md)
- [ApiPeriodV2010PeriodAccountPeriodCallPeriodPayments](docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodPayments.md)
- [ApiPeriodV2010PeriodAccountPeriodCallPeriodSiprec](docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodSiprec.md)
- [ApiPeriodV2010PeriodAccountPeriodCallPeriodStream](docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodStream.md)
- [ApiPeriodV2010PeriodAccountPeriodCallPeriodUserDefinedMessage](docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodUserDefinedMessage.md)
- [ApiPeriodV2010PeriodAccountPeriodCallPeriodUserDefinedMessageSubscription](docs/ApiPeriodV2010PeriodAccountPeriodCallPeriodUserDefinedMessageSubscription.md)
- [ApiPeriodV2010PeriodAccountPeriodConference](docs/ApiPeriodV2010PeriodAccountPeriodConference.md)
- [ApiPeriodV2010PeriodAccountPeriodConferencePeriodConferenceRecording](docs/ApiPeriodV2010PeriodAccountPeriodConferencePeriodConferenceRecording.md)
- [ApiPeriodV2010PeriodAccountPeriodConferencePeriodParticipant](docs/ApiPeriodV2010PeriodAccountPeriodConferencePeriodParticipant.md)
- [ApiPeriodV2010PeriodAccountPeriodConnectApp](docs/ApiPeriodV2010PeriodAccountPeriodConnectApp.md)
- [ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumber](docs/ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumber.md)
- [ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberAssignedAddOn](docs/ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberAssignedAddOn.md)
- [ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberAssignedAddOnPeriodIncomingPhoneNumberAssignedAddOnExtension](docs/ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberAssignedAddOnPeriodIncomingPhoneNumberAssignedAddOnExtension.md)
- [ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberLocal](docs/ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberLocal.md)
- [ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberMobile](docs/ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberMobile.md)
- [ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberTollFree](docs/ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberTollFree.md)
- [ApiPeriodV2010PeriodAccountPeriodKey](docs/ApiPeriodV2010PeriodAccountPeriodKey.md)
- [ApiPeriodV2010PeriodAccountPeriodMessage](docs/ApiPeriodV2010PeriodAccountPeriodMessage.md)
- [ApiPeriodV2010PeriodAccountPeriodMessagePeriodMedia](docs/ApiPeriodV2010PeriodAccountPeriodMessagePeriodMedia.md)
- [ApiPeriodV2010PeriodAccountPeriodMessagePeriodMessageFeedback](docs/ApiPeriodV2010PeriodAccountPeriodMessagePeriodMessageFeedback.md)
- [ApiPeriodV2010PeriodAccountPeriodNewKey](docs/ApiPeriodV2010PeriodAccountPeriodNewKey.md)
- [ApiPeriodV2010PeriodAccountPeriodNewSigningKey](docs/ApiPeriodV2010PeriodAccountPeriodNewSigningKey.md)
- [ApiPeriodV2010PeriodAccountPeriodNotification](docs/ApiPeriodV2010PeriodAccountPeriodNotification.md)
- [ApiPeriodV2010PeriodAccountPeriodNotificationInstance](docs/ApiPeriodV2010PeriodAccountPeriodNotificationInstance.md)
- [ApiPeriodV2010PeriodAccountPeriodOutgoingCallerId](docs/ApiPeriodV2010PeriodAccountPeriodOutgoingCallerId.md)
- [ApiPeriodV2010PeriodAccountPeriodQueue](docs/ApiPeriodV2010PeriodAccountPeriodQueue.md)
- [ApiPeriodV2010PeriodAccountPeriodQueuePeriodMember](docs/ApiPeriodV2010PeriodAccountPeriodQueuePeriodMember.md)
- [ApiPeriodV2010PeriodAccountPeriodRecording](docs/ApiPeriodV2010PeriodAccountPeriodRecording.md)
- [ApiPeriodV2010PeriodAccountPeriodRecordingPeriodRecordingAddOnResult](docs/ApiPeriodV2010PeriodAccountPeriodRecordingPeriodRecordingAddOnResult.md)
- [ApiPeriodV2010PeriodAccountPeriodRecordingPeriodRecordingAddOnResultPeriodRecordingAddOnResultPayload](docs/ApiPeriodV2010PeriodAccountPeriodRecordingPeriodRecordingAddOnResultPeriodRecordingAddOnResultPayload.md)
- [ApiPeriodV2010PeriodAccountPeriodRecordingPeriodRecordingTranscription](docs/ApiPeriodV2010PeriodAccountPeriodRecordingPeriodRecordingTranscription.md)
- [ApiPeriodV2010PeriodAccountPeriodShortCode](docs/ApiPeriodV2010PeriodAccountPeriodShortCode.md)
- [ApiPeriodV2010PeriodAccountPeriodSigningKey](docs/ApiPeriodV2010PeriodAccountPeriodSigningKey.md)
- [ApiPeriodV2010PeriodAccountPeriodSipPeriodSipCredentialList](docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipCredentialList.md)
- [ApiPeriodV2010PeriodAccountPeriodSipPeriodSipCredentialListPeriodSipCredential](docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipCredentialListPeriodSipCredential.md)
- [ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomain](docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomain.md)
- [ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipAuthPeriodSipAuthCallsPeriodSipAuthCallsCredentialListMapping](docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipAuthPeriodSipAuthCallsPeriodSipAuthCallsCredentialListMapping.md)
- [ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipAuthPeriodSipAuthCallsPeriodSipAuthCallsIpAccessControlListMapping](docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipAuthPeriodSipAuthCallsPeriodSipAuthCallsIpAccessControlListMapping.md)
- [ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipAuthPeriodSipAuthRegistrationsPeriodSipAuthRegistrationsCredentialListMapping](docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipAuthPeriodSipAuthRegistrationsPeriodSipAuthRegistrationsCredentialListMapping.md)
- [ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipCredentialListMapping](docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipCredentialListMapping.md)
- [ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipIpAccessControlListMapping](docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipIpAccessControlListMapping.md)
- [ApiPeriodV2010PeriodAccountPeriodSipPeriodSipIpAccessControlList](docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipIpAccessControlList.md)
- [ApiPeriodV2010PeriodAccountPeriodSipPeriodSipIpAccessControlListPeriodSipIpAddress](docs/ApiPeriodV2010PeriodAccountPeriodSipPeriodSipIpAccessControlListPeriodSipIpAddress.md)
- [ApiPeriodV2010PeriodAccountPeriodToken](docs/ApiPeriodV2010PeriodAccountPeriodToken.md)
- [ApiPeriodV2010PeriodAccountPeriodTranscription](docs/ApiPeriodV2010PeriodAccountPeriodTranscription.md)
- [ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecord](docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecord.md)
- [ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordAllTime](docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordAllTime.md)
- [ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordDaily](docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordDaily.md)
- [ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordLastMonth](docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordLastMonth.md)
- [ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordMonthly](docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordMonthly.md)
- [ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordThisMonth](docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordThisMonth.md)
- [ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordToday](docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordToday.md)
- [ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordYearly](docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordYearly.md)
- [ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordYesterday](docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordYesterday.md)
- [ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageTrigger](docs/ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageTrigger.md)
- [ApiPeriodV2010PeriodAccountPeriodValidationRequest](docs/ApiPeriodV2010PeriodAccountPeriodValidationRequest.md)
- [ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities](docs/ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities.md)
- [ApiV2010AccountIncomingPhoneNumberCapabilities](docs/ApiV2010AccountIncomingPhoneNumberCapabilities.md)
- [ApiV2010AccountTokenIceServersInner](docs/ApiV2010AccountTokenIceServersInner.md)
- [AuthorizedConnectAppEnumPermission](docs/AuthorizedConnectAppEnumPermission.md)
- [CallEnumEvent](docs/CallEnumEvent.md)
- [CallEnumStatus](docs/CallEnumStatus.md)
- [CallFeedbackEnumIssues](docs/CallFeedbackEnumIssues.md)
- [CallFeedbackSummaryEnumStatus](docs/CallFeedbackSummaryEnumStatus.md)
- [CallRecordingEnumSource](docs/CallRecordingEnumSource.md)
- [CallRecordingEnumStatus](docs/CallRecordingEnumStatus.md)
- [ConferenceEnumReasonConferenceEnded](docs/ConferenceEnumReasonConferenceEnded.md)
- [ConferenceEnumStatus](docs/ConferenceEnumStatus.md)
- [ConferenceRecordingEnumSource](docs/ConferenceRecordingEnumSource.md)
- [ConferenceRecordingEnumStatus](docs/ConferenceRecordingEnumStatus.md)
- [ConnectAppEnumPermission](docs/ConnectAppEnumPermission.md)
- [DependentPhoneNumberEnumAddressRequirement](docs/DependentPhoneNumberEnumAddressRequirement.md)
- [DependentPhoneNumberEnumEmergencyStatus](docs/DependentPhoneNumberEnumEmergencyStatus.md)
- [IncomingPhoneNumberEnumAddressRequirement](docs/IncomingPhoneNumberEnumAddressRequirement.md)
- [IncomingPhoneNumberEnumEmergencyAddressStatus](docs/IncomingPhoneNumberEnumEmergencyAddressStatus.md)
- [IncomingPhoneNumberEnumEmergencyStatus](docs/IncomingPhoneNumberEnumEmergencyStatus.md)
- [IncomingPhoneNumberEnumVoiceReceiveMode](docs/IncomingPhoneNumberEnumVoiceReceiveMode.md)
- [IncomingPhoneNumberLocalEnumAddressRequirement](docs/IncomingPhoneNumberLocalEnumAddressRequirement.md)
- [IncomingPhoneNumberLocalEnumEmergencyAddressStatus](docs/IncomingPhoneNumberLocalEnumEmergencyAddressStatus.md)
- [IncomingPhoneNumberLocalEnumEmergencyStatus](docs/IncomingPhoneNumberLocalEnumEmergencyStatus.md)
- [IncomingPhoneNumberLocalEnumVoiceReceiveMode](docs/IncomingPhoneNumberLocalEnumVoiceReceiveMode.md)
- [IncomingPhoneNumberMobileEnumAddressRequirement](docs/IncomingPhoneNumberMobileEnumAddressRequirement.md)
- [IncomingPhoneNumberMobileEnumEmergencyAddressStatus](docs/IncomingPhoneNumberMobileEnumEmergencyAddressStatus.md)
- [IncomingPhoneNumberMobileEnumEmergencyStatus](docs/IncomingPhoneNumberMobileEnumEmergencyStatus.md)
- [IncomingPhoneNumberMobileEnumVoiceReceiveMode](docs/IncomingPhoneNumberMobileEnumVoiceReceiveMode.md)
- [IncomingPhoneNumberTollFreeEnumAddressRequirement](docs/IncomingPhoneNumberTollFreeEnumAddressRequirement.md)
- [IncomingPhoneNumberTollFreeEnumEmergencyAddressStatus](docs/IncomingPhoneNumberTollFreeEnumEmergencyAddressStatus.md)
- [IncomingPhoneNumberTollFreeEnumEmergencyStatus](docs/IncomingPhoneNumberTollFreeEnumEmergencyStatus.md)
- [IncomingPhoneNumberTollFreeEnumVoiceReceiveMode](docs/IncomingPhoneNumberTollFreeEnumVoiceReceiveMode.md)
- [ListAccountResponse](docs/ListAccountResponse.md)
- [ListAddressResponse](docs/ListAddressResponse.md)
- [ListApplicationResponse](docs/ListApplicationResponse.md)
- [ListAuthorizedConnectAppResponse](docs/ListAuthorizedConnectAppResponse.md)
- [ListAvailablePhoneNumberCountryResponse](docs/ListAvailablePhoneNumberCountryResponse.md)
- [ListAvailablePhoneNumberLocalResponse](docs/ListAvailablePhoneNumberLocalResponse.md)
- [ListAvailablePhoneNumberMachineToMachineResponse](docs/ListAvailablePhoneNumberMachineToMachineResponse.md)
- [ListAvailablePhoneNumberMobileResponse](docs/ListAvailablePhoneNumberMobileResponse.md)
- [ListAvailablePhoneNumberNationalResponse](docs/ListAvailablePhoneNumberNationalResponse.md)
- [ListAvailablePhoneNumberSharedCostResponse](docs/ListAvailablePhoneNumberSharedCostResponse.md)
- [ListAvailablePhoneNumberTollFreeResponse](docs/ListAvailablePhoneNumberTollFreeResponse.md)
- [ListAvailablePhoneNumberVoipResponse](docs/ListAvailablePhoneNumberVoipResponse.md)
- [ListCallEventResponse](docs/ListCallEventResponse.md)
- [ListCallNotificationResponse](docs/ListCallNotificationResponse.md)
- [ListCallRecordingResponse](docs/ListCallRecordingResponse.md)
- [ListCallResponse](docs/ListCallResponse.md)
- [ListConferenceRecordingResponse](docs/ListConferenceRecordingResponse.md)
- [ListConferenceResponse](docs/ListConferenceResponse.md)
- [ListConnectAppResponse](docs/ListConnectAppResponse.md)
- [ListDependentPhoneNumberResponse](docs/ListDependentPhoneNumberResponse.md)
- [ListIncomingPhoneNumberAssignedAddOnExtensionResponse](docs/ListIncomingPhoneNumberAssignedAddOnExtensionResponse.md)
- [ListIncomingPhoneNumberAssignedAddOnResponse](docs/ListIncomingPhoneNumberAssignedAddOnResponse.md)
- [ListIncomingPhoneNumberLocalResponse](docs/ListIncomingPhoneNumberLocalResponse.md)
- [ListIncomingPhoneNumberMobileResponse](docs/ListIncomingPhoneNumberMobileResponse.md)
- [ListIncomingPhoneNumberResponse](docs/ListIncomingPhoneNumberResponse.md)
- [ListIncomingPhoneNumberTollFreeResponse](docs/ListIncomingPhoneNumberTollFreeResponse.md)
- [ListKeyResponse](docs/ListKeyResponse.md)
- [ListMediaResponse](docs/ListMediaResponse.md)
- [ListMemberResponse](docs/ListMemberResponse.md)
- [ListMessageResponse](docs/ListMessageResponse.md)
- [ListNotificationResponse](docs/ListNotificationResponse.md)
- [ListOutgoingCallerIdResponse](docs/ListOutgoingCallerIdResponse.md)
- [ListParticipantResponse](docs/ListParticipantResponse.md)
- [ListQueueResponse](docs/ListQueueResponse.md)
- [ListRecordingAddOnResultPayloadResponse](docs/ListRecordingAddOnResultPayloadResponse.md)
- [ListRecordingAddOnResultResponse](docs/ListRecordingAddOnResultResponse.md)
- [ListRecordingResponse](docs/ListRecordingResponse.md)
- [ListRecordingTranscriptionResponse](docs/ListRecordingTranscriptionResponse.md)
- [ListShortCodeResponse](docs/ListShortCodeResponse.md)
- [ListSigningKeyResponse](docs/ListSigningKeyResponse.md)
- [ListSipAuthCallsCredentialListMappingResponse](docs/ListSipAuthCallsCredentialListMappingResponse.md)
- [ListSipAuthCallsIpAccessControlListMappingResponse](docs/ListSipAuthCallsIpAccessControlListMappingResponse.md)
- [ListSipAuthRegistrationsCredentialListMappingResponse](docs/ListSipAuthRegistrationsCredentialListMappingResponse.md)
- [ListSipCredentialListMappingResponse](docs/ListSipCredentialListMappingResponse.md)
- [ListSipCredentialListResponse](docs/ListSipCredentialListResponse.md)
- [ListSipCredentialResponse](docs/ListSipCredentialResponse.md)
- [ListSipDomainResponse](docs/ListSipDomainResponse.md)
- [ListSipIpAccessControlListMappingResponse](docs/ListSipIpAccessControlListMappingResponse.md)
- [ListSipIpAccessControlListResponse](docs/ListSipIpAccessControlListResponse.md)
- [ListSipIpAddressResponse](docs/ListSipIpAddressResponse.md)
- [ListTranscriptionResponse](docs/ListTranscriptionResponse.md)
- [ListUsageRecordAllTimeResponse](docs/ListUsageRecordAllTimeResponse.md)
- [ListUsageRecordDailyResponse](docs/ListUsageRecordDailyResponse.md)
- [ListUsageRecordLastMonthResponse](docs/ListUsageRecordLastMonthResponse.md)
- [ListUsageRecordMonthlyResponse](docs/ListUsageRecordMonthlyResponse.md)
- [ListUsageRecordResponse](docs/ListUsageRecordResponse.md)
- [ListUsageRecordThisMonthResponse](docs/ListUsageRecordThisMonthResponse.md)
- [ListUsageRecordTodayResponse](docs/ListUsageRecordTodayResponse.md)
- [ListUsageRecordYearlyResponse](docs/ListUsageRecordYearlyResponse.md)
- [ListUsageRecordYesterdayResponse](docs/ListUsageRecordYesterdayResponse.md)
- [ListUsageTriggerResponse](docs/ListUsageTriggerResponse.md)
- [MessageEnumDirection](docs/MessageEnumDirection.md)
- [MessageEnumStatus](docs/MessageEnumStatus.md)
- [MessageEnumTrafficType](docs/MessageEnumTrafficType.md)
- [MessageFeedbackEnumOutcome](docs/MessageFeedbackEnumOutcome.md)
- [ParticipantEnumStatus](docs/ParticipantEnumStatus.md)
- [RecordingAddOnResultEnumStatus](docs/RecordingAddOnResultEnumStatus.md)
- [RecordingEnumSource](docs/RecordingEnumSource.md)
- [RecordingEnumStatus](docs/RecordingEnumStatus.md)
- [RecordingTranscriptionEnumStatus](docs/RecordingTranscriptionEnumStatus.md)
- [SiprecEnumStatus](docs/SiprecEnumStatus.md)
- [StreamEnumStatus](docs/StreamEnumStatus.md)
- [TranscriptionEnumStatus](docs/TranscriptionEnumStatus.md)
- [UsageRecordAllTimeEnumCategory](docs/UsageRecordAllTimeEnumCategory.md)
- [UsageRecordDailyEnumCategory](docs/UsageRecordDailyEnumCategory.md)
- [UsageRecordEnumCategory](docs/UsageRecordEnumCategory.md)
- [UsageRecordLastMonthEnumCategory](docs/UsageRecordLastMonthEnumCategory.md)
- [UsageRecordMonthlyEnumCategory](docs/UsageRecordMonthlyEnumCategory.md)
- [UsageRecordThisMonthEnumCategory](docs/UsageRecordThisMonthEnumCategory.md)
- [UsageRecordTodayEnumCategory](docs/UsageRecordTodayEnumCategory.md)
- [UsageRecordYearlyEnumCategory](docs/UsageRecordYearlyEnumCategory.md)
- [UsageRecordYesterdayEnumCategory](docs/UsageRecordYesterdayEnumCategory.md)
- [UsageTriggerEnumRecurring](docs/UsageTriggerEnumRecurring.md)
- [UsageTriggerEnumTriggerField](docs/UsageTriggerEnumTriggerField.md)
- [UsageTriggerEnumUsageCategory](docs/UsageTriggerEnumUsageCategory.md)
To get access to the crate's generated documentation, use:
```
cargo doc --open
```
## Author
support@twilio.com

View File

@ -0,0 +1,10 @@
# AccountEnumStatus
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,10 @@
# AccountEnumType
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,20 @@
# ApiPeriodV2010PeriodAccount
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**auth_token** | Option<**String**> | The authorization token for this account. This token should be kept a secret, so no sharing. | [optional]
**date_created** | Option<**String**> | The date that this account was created, in GMT in RFC 2822 format | [optional]
**date_updated** | Option<**String**> | The date that this account was last updated, in GMT in RFC 2822 format. | [optional]
**friendly_name** | Option<**String**> | A human readable description of this account, up to 64 characters long. By default the FriendlyName is your email address. | [optional]
**owner_account_sid** | Option<**String**> | The unique 34 character id that represents the parent of this account. The OwnerAccountSid of a parent account is it's own sid. | [optional]
**sid** | Option<**String**> | A 34 character string that uniquely identifies this resource. | [optional]
**status** | Option<[**crate::models::AccountEnumStatus**](account_enum_status.md)> | | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A Map of various subresources available for the given Account Instance | [optional]
**r#type** | Option<[**crate::models::AccountEnumType**](account_enum_type.md)> | | [optional]
**uri** | Option<**String**> | The URI for this resource, relative to `https://api.twilio.com` | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,26 @@
# ApiPeriodV2010PeriodAccountPeriodAddress
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource. | [optional]
**city** | Option<**String**> | The city in which the address is located. | [optional]
**customer_name** | Option<**String**> | The name associated with the address.This property has a maximum length of 16 4-byte characters, or 21 3-byte characters. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**iso_country** | Option<**String**> | The ISO country code of the address. | [optional]
**postal_code** | Option<**String**> | The postal code of the address. | [optional]
**region** | Option<**String**> | The state or region of the address. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the Address resource. | [optional]
**street** | Option<**String**> | The number and street address of the address. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**emergency_enabled** | Option<**bool**> | Whether emergency calling has been enabled on this number. | [optional]
**validated** | Option<**bool**> | Whether the address has been validated to comply with local regulation. In countries that require valid addresses, an invalid address will not be accepted. `true` indicates the Address has been validated. `false` indicate the country doesn't require validation or the Address is not valid. | [optional]
**verified** | Option<**bool**> | Whether the address has been verified to comply with regulation. In countries that require valid addresses, an invalid address will not be accepted. `true` indicates the Address has been verified. `false` indicate the country doesn't require verified or the Address is not valid. | [optional]
**street_secondary** | Option<**String**> | The additional number and street address of the address. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,36 @@
# ApiPeriodV2010PeriodAccountPeriodAddressPeriodDependentPhoneNumber
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | The unique string that that we created to identify the DependentPhoneNumber resource. | [optional]
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the DependentPhoneNumber resource. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**phone_number** | Option<**String**> | The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. | [optional]
**voice_url** | Option<**String**> | The URL we call when the phone number receives a call. The `voice_url` will not be used if a `voice_application_sid` or a `trunk_sid` is set. | [optional]
**voice_method** | Option<**String**> | The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. | [optional]
**voice_fallback_method** | Option<**String**> | The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. | [optional]
**voice_fallback_url** | Option<**String**> | The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`. | [optional]
**voice_caller_id_lookup** | Option<**bool**> | Whether we look up the caller's caller-ID name from the CNAM database. Can be: `true` or `false`. Caller ID lookups can cost $0.01 each. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**sms_fallback_method** | Option<**String**> | The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`. | [optional]
**sms_fallback_url** | Option<**String**> | The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`. | [optional]
**sms_method** | Option<**String**> | The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`. | [optional]
**sms_url** | Option<**String**> | The URL we call when the phone number receives an incoming SMS message. | [optional]
**address_requirements** | Option<[**crate::models::DependentPhoneNumberEnumAddressRequirement**](dependent_phone_number_enum_address_requirement.md)> | | [optional]
**capabilities** | Option<[**serde_json::Value**](.md)> | The set of Boolean properties that indicates whether a phone number can receive calls or messages. Capabilities are `Voice`, `SMS`, and `MMS` and each capability can be: `true` or `false`. | [optional]
**status_callback** | Option<**String**> | The URL we call using the `status_callback_method` to send status information to your application. | [optional]
**status_callback_method** | Option<**String**> | The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`. | [optional]
**api_version** | Option<**String**> | The API version used to start a new TwiML session. | [optional]
**sms_application_sid** | Option<**String**> | The SID of the application that handles SMS messages sent to the phone number. If an `sms_application_sid` is present, we ignore all `sms_*_url` values and use those of the application. | [optional]
**voice_application_sid** | Option<**String**> | The SID of the application that handles calls to the phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. | [optional]
**trunk_sid** | Option<**String**> | The SID of the Trunk that handles calls to the phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. | [optional]
**emergency_status** | Option<[**crate::models::DependentPhoneNumberEnumEmergencyStatus**](dependent_phone_number_enum_emergency_status.md)> | | [optional]
**emergency_address_sid** | Option<**String**> | The SID of the emergency address configuration that we use for emergency calling from the phone number. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,31 @@
# ApiPeriodV2010PeriodAccountPeriodApplication
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resource. | [optional]
**api_version** | Option<**String**> | The API version used to start a new TwiML session. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**message_status_callback** | Option<**String**> | The URL we call using a POST method to send message status information to your application. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the Application resource. | [optional]
**sms_fallback_method** | Option<**String**> | The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`. | [optional]
**sms_fallback_url** | Option<**String**> | The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`. | [optional]
**sms_method** | Option<**String**> | The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`. | [optional]
**sms_status_callback** | Option<**String**> | The URL we call using a POST method to send status information to your application about SMS messages that refer to the application. | [optional]
**sms_url** | Option<**String**> | The URL we call when the phone number receives an incoming SMS message. | [optional]
**status_callback** | Option<**String**> | The URL we call using the `status_callback_method` to send status information to your application. | [optional]
**status_callback_method** | Option<**String**> | The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**voice_caller_id_lookup** | Option<**bool**> | Whether we look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`. | [optional]
**voice_fallback_method** | Option<**String**> | The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. | [optional]
**voice_fallback_url** | Option<**String**> | The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`. | [optional]
**voice_method** | Option<**String**> | The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. | [optional]
**voice_url** | Option<**String**> | The URL we call when the phone number assigned to this application receives a call. | [optional]
**public_application_connect_enabled** | Option<**bool**> | Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,20 @@
# ApiPeriodV2010PeriodAccountPeriodAuthorizedConnectApp
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resource. | [optional]
**connect_app_company_name** | Option<**String**> | The company name set for the Connect App. | [optional]
**connect_app_description** | Option<**String**> | A detailed description of the Connect App. | [optional]
**connect_app_friendly_name** | Option<**String**> | The name of the Connect App. | [optional]
**connect_app_homepage_url** | Option<**String**> | The public URL for the Connect App. | [optional]
**connect_app_sid** | Option<**String**> | The SID that we assigned to the Connect App. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**permissions** | Option<[**Vec<crate::models::AuthorizedConnectAppEnumPermission>**](authorized_connect_app_enum_permission.md)> | The set of permissions that you authorized for the Connect App. Can be: `get-all` or `post-all`. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,15 @@
# ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountry
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**country_code** | Option<**String**> | The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country. | [optional]
**country** | Option<**String**> | The name of the country. | [optional]
**uri** | Option<**String**> | The URI of the Country resource, relative to `https://api.twilio.com`. | [optional]
**beta** | Option<**bool**> | Whether all phone numbers available in the country are new to the Twilio platform. `true` if they are and `false` if all numbers are not in the Twilio Phone Number Beta program. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related AvailablePhoneNumber resources identified by their URIs relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,23 @@
# ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberLocal
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**friendly_name** | Option<**String**> | A formatted version of the phone number. | [optional]
**phone_number** | Option<**String**> | The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. | [optional]
**lata** | Option<**String**> | The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada. | [optional]
**locality** | Option<**String**> | The locality or city of this phone number's location. | [optional]
**rate_center** | Option<**String**> | The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada. | [optional]
**latitude** | Option<**f32**> | The latitude of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**longitude** | Option<**f32**> | The longitude of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**region** | Option<**String**> | The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**postal_code** | Option<**String**> | The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**iso_country** | Option<**String**> | The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number. | [optional]
**address_requirements** | Option<**String**> | The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required. | [optional]
**beta** | Option<**bool**> | Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. | [optional]
**capabilities** | Option<[**crate::models::ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities**](api_v2010_account_available_phone_number_country_available_phone_number_local_capabilities.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,23 @@
# ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberMachineToMachine
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**friendly_name** | Option<**String**> | A formatted version of the phone number. | [optional]
**phone_number** | Option<**String**> | The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. | [optional]
**lata** | Option<**String**> | The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada. | [optional]
**locality** | Option<**String**> | The locality or city of this phone number's location. | [optional]
**rate_center** | Option<**String**> | The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada. | [optional]
**latitude** | Option<**f32**> | The latitude of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**longitude** | Option<**f32**> | The longitude of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**region** | Option<**String**> | The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**postal_code** | Option<**String**> | The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**iso_country** | Option<**String**> | The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number. | [optional]
**address_requirements** | Option<**String**> | The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required. | [optional]
**beta** | Option<**bool**> | Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. | [optional]
**capabilities** | Option<[**crate::models::ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities**](api_v2010_account_available_phone_number_country_available_phone_number_local_capabilities.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,23 @@
# ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberMobile
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**friendly_name** | Option<**String**> | A formatted version of the phone number. | [optional]
**phone_number** | Option<**String**> | The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. | [optional]
**lata** | Option<**String**> | The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada. | [optional]
**locality** | Option<**String**> | The locality or city of this phone number's location. | [optional]
**rate_center** | Option<**String**> | The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada. | [optional]
**latitude** | Option<**f32**> | The latitude of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**longitude** | Option<**f32**> | The longitude of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**region** | Option<**String**> | The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**postal_code** | Option<**String**> | The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**iso_country** | Option<**String**> | The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number. | [optional]
**address_requirements** | Option<**String**> | The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required. | [optional]
**beta** | Option<**bool**> | Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. | [optional]
**capabilities** | Option<[**crate::models::ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities**](api_v2010_account_available_phone_number_country_available_phone_number_local_capabilities.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,23 @@
# ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberNational
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**friendly_name** | Option<**String**> | A formatted version of the phone number. | [optional]
**phone_number** | Option<**String**> | The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. | [optional]
**lata** | Option<**String**> | The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada. | [optional]
**locality** | Option<**String**> | The locality or city of this phone number's location. | [optional]
**rate_center** | Option<**String**> | The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada. | [optional]
**latitude** | Option<**f32**> | The latitude of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**longitude** | Option<**f32**> | The longitude of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**region** | Option<**String**> | The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**postal_code** | Option<**String**> | The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**iso_country** | Option<**String**> | The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number. | [optional]
**address_requirements** | Option<**String**> | The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required. | [optional]
**beta** | Option<**bool**> | Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. | [optional]
**capabilities** | Option<[**crate::models::ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities**](api_v2010_account_available_phone_number_country_available_phone_number_local_capabilities.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,23 @@
# ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberSharedCost
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**friendly_name** | Option<**String**> | A formatted version of the phone number. | [optional]
**phone_number** | Option<**String**> | The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. | [optional]
**lata** | Option<**String**> | The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada. | [optional]
**locality** | Option<**String**> | The locality or city of this phone number's location. | [optional]
**rate_center** | Option<**String**> | The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada. | [optional]
**latitude** | Option<**f32**> | The latitude of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**longitude** | Option<**f32**> | The longitude of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**region** | Option<**String**> | The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**postal_code** | Option<**String**> | The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**iso_country** | Option<**String**> | The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number. | [optional]
**address_requirements** | Option<**String**> | The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required. | [optional]
**beta** | Option<**bool**> | Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. | [optional]
**capabilities** | Option<[**crate::models::ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities**](api_v2010_account_available_phone_number_country_available_phone_number_local_capabilities.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,23 @@
# ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberTollFree
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**friendly_name** | Option<**String**> | A formatted version of the phone number. | [optional]
**phone_number** | Option<**String**> | The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. | [optional]
**lata** | Option<**String**> | The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada. | [optional]
**locality** | Option<**String**> | The locality or city of this phone number's location. | [optional]
**rate_center** | Option<**String**> | The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada. | [optional]
**latitude** | Option<**f32**> | The latitude of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**longitude** | Option<**f32**> | The longitude of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**region** | Option<**String**> | The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**postal_code** | Option<**String**> | The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**iso_country** | Option<**String**> | The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number. | [optional]
**address_requirements** | Option<**String**> | The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required. | [optional]
**beta** | Option<**bool**> | Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. | [optional]
**capabilities** | Option<[**crate::models::ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities**](api_v2010_account_available_phone_number_country_available_phone_number_local_capabilities.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,23 @@
# ApiPeriodV2010PeriodAccountPeriodAvailablePhoneNumberCountryPeriodAvailablePhoneNumberVoip
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**friendly_name** | Option<**String**> | A formatted version of the phone number. | [optional]
**phone_number** | Option<**String**> | The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. | [optional]
**lata** | Option<**String**> | The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada. | [optional]
**locality** | Option<**String**> | The locality or city of this phone number's location. | [optional]
**rate_center** | Option<**String**> | The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada. | [optional]
**latitude** | Option<**f32**> | The latitude of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**longitude** | Option<**f32**> | The longitude of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**region** | Option<**String**> | The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**postal_code** | Option<**String**> | The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada. | [optional]
**iso_country** | Option<**String**> | The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number. | [optional]
**address_requirements** | Option<**String**> | The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required. | [optional]
**beta** | Option<**bool**> | Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. | [optional]
**capabilities** | Option<[**crate::models::ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities**](api_v2010_account_available_phone_number_country_available_phone_number_local_capabilities.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,13 @@
# ApiPeriodV2010PeriodAccountPeriodBalance
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The unique SID identifier of the Account. | [optional]
**balance** | Option<**String**> | The balance of the Account, in units specified by the unit parameter. Balance changes may not be reflected immediately. Child accounts do not contain balance information | [optional]
**currency** | Option<**String**> | The units of currency for the account balance | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,36 @@
# ApiPeriodV2010PeriodAccountPeriodCall
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | The unique string that we created to identify this Call resource. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**parent_call_sid** | Option<**String**> | The SID that identifies the call that created this leg. | [optional]
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Call resource. | [optional]
**to** | Option<**String**> | The phone number, SIP address, Client identifier or SIM SID that received this call. Phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +16175551212). SIP addresses are formatted as `name@company.com`. Client identifiers are formatted `client:name`. SIM SIDs are formatted as `sim:sid`. | [optional]
**to_formatted** | Option<**String**> | The phone number, SIP address or Client identifier that received this call. Formatted for display. Non-North American phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +442071838750). | [optional]
**from** | Option<**String**> | The phone number, SIP address, Client identifier or SIM SID that made this call. Phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +16175551212). SIP addresses are formatted as `name@company.com`. Client identifiers are formatted `client:name`. SIM SIDs are formatted as `sim:sid`. | [optional]
**from_formatted** | Option<**String**> | The calling phone number, SIP address, or Client identifier formatted for display. Non-North American phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +442071838750). | [optional]
**phone_number_sid** | Option<**String**> | If the call was inbound, this is the SID of the IncomingPhoneNumber resource that received the call. If the call was outbound, it is the SID of the OutgoingCallerId resource from which the call was placed. | [optional]
**status** | Option<[**crate::models::CallEnumStatus**](call_enum_status.md)> | | [optional]
**start_time** | Option<**String**> | The start time of the call, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. Empty if the call has not yet been dialed. | [optional]
**end_time** | Option<**String**> | The time the call ended, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. Empty if the call did not complete successfully. | [optional]
**duration** | Option<**String**> | The length of the call in seconds. This value is empty for busy, failed, unanswered, or ongoing calls. | [optional]
**price** | Option<**String**> | The charge for this call, in the currency associated with the account. Populated after the call is completed. May not be immediately available. | [optional]
**price_unit** | Option<**String**> | The currency in which `Price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g., `USD`, `EUR`, `JPY`). Always capitalized for calls. | [optional]
**direction** | Option<**String**> | A string describing the direction of the call. Can be: `inbound` for inbound calls, `outbound-api` for calls initiated via the REST API or `outbound-dial` for calls initiated by a `<Dial>` verb. Using [Elastic SIP Trunking](https://www.twilio.com/docs/sip-trunking), the values can be [`trunking-terminating`](https://www.twilio.com/docs/sip-trunking#termination) for outgoing calls from your communications infrastructure to the PSTN or [`trunking-originating`](https://www.twilio.com/docs/sip-trunking#origination) for incoming calls to your communications infrastructure from the PSTN. | [optional]
**answered_by** | Option<**String**> | Either `human` or `machine` if this call was initiated with answering machine detection. Empty otherwise. | [optional]
**api_version** | Option<**String**> | The API version used to create the call. | [optional]
**forwarded_from** | Option<**String**> | The forwarding phone number if this call was an incoming call forwarded from another number (depends on carrier supporting forwarding). Otherwise, empty. | [optional]
**group_sid** | Option<**String**> | The Group SID associated with this call. If no Group is associated with the call, the field is empty. | [optional]
**caller_name** | Option<**String**> | The caller's name if this call was an incoming call to a phone number with caller ID Lookup enabled. Otherwise, empty. | [optional]
**queue_time** | Option<**String**> | The wait time in milliseconds before the call is placed. | [optional]
**trunk_sid** | Option<**String**> | The unique identifier of the trunk resource that was used for this call. The field is empty if the call was not made using a SIP trunk or if the call is not terminated. | [optional]
**uri** | Option<**String**> | The URI of this resource, relative to `https://api.twilio.com`. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of subresources available to this call, identified by their URIs relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,12 @@
# ApiPeriodV2010PeriodAccountPeriodCallPeriodCallEvent
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**request** | Option<[**serde_json::Value**](.md)> | Contains a dictionary representing the request of the call. | [optional]
**response** | Option<[**serde_json::Value**](.md)> | Contains a dictionary representing the call response, including a list of the call events. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,16 @@
# ApiPeriodV2010PeriodAccountPeriodCallPeriodCallFeedback
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. | [optional]
**date_created** | Option<**String**> | The date that this resource was created, given in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**date_updated** | Option<**String**> | The date that this resource was last updated, given in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**issues** | Option<[**Vec<crate::models::CallFeedbackEnumIssues>**](call_feedback_enum_issues.md)> | A list of issues experienced during the call. The issues can be: `imperfect-audio`, `dropped-call`, `incorrect-caller-id`, `post-dial-delay`, `digits-not-captured`, `audio-latency`, `unsolicited-call`, or `one-way-audio`. | [optional]
**quality_score** | Option<**i32**> | `1` to `5` quality score where `1` represents imperfect experience and `5` represents a perfect call. | [optional]
**sid** | Option<**String**> | A 34 character string that uniquely identifies this resource. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,24 @@
# ApiPeriodV2010PeriodAccountPeriodCallPeriodCallFeedbackSummary
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. | [optional]
**call_count** | Option<**i32**> | The total number of calls. | [optional]
**call_feedback_count** | Option<**i32**> | The total number of calls with a feedback entry. | [optional]
**date_created** | Option<**String**> | The date that this resource was created, given in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**date_updated** | Option<**String**> | The date that this resource was last updated, given in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**end_date** | Option<[**String**](string.md)> | The last date for which feedback entries are included in this Feedback Summary, formatted as `YYYY-MM-DD` and specified in UTC. | [optional]
**include_subaccounts** | Option<**bool**> | Whether the feedback summary includes subaccounts; `true` if it does, otherwise `false`. | [optional]
**issues** | Option<[**Vec<serde_json::Value>**](serde_json::Value.md)> | A list of issues experienced during the call. The issues can be: `imperfect-audio`, `dropped-call`, `incorrect-caller-id`, `post-dial-delay`, `digits-not-captured`, `audio-latency`, or `one-way-audio`. | [optional]
**quality_score_average** | Option<**f32**> | The average QualityScore of the feedback entries. | [optional]
**quality_score_median** | Option<**f32**> | The median QualityScore of the feedback entries. | [optional]
**quality_score_standard_deviation** | Option<**f32**> | The standard deviation of the quality scores. | [optional]
**sid** | Option<**String**> | A 34 character string that uniquely identifies this resource. | [optional]
**start_date** | Option<[**String**](string.md)> | The first date for which feedback entries are included in this feedback summary, formatted as `YYYY-MM-DD` and specified in UTC. | [optional]
**status** | Option<[**crate::models::CallFeedbackSummaryEnumStatus**](call_feedback_summary_enum_status.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,24 @@
# ApiPeriodV2010PeriodAccountPeriodCallPeriodCallNotification
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call Notification resource. | [optional]
**api_version** | Option<**String**> | The API version used to create the Call Notification resource. | [optional]
**call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Call Notification resource is associated with. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**error_code** | Option<**String**> | A unique error code for the error condition that is described in our [Error Dictionary](https://www.twilio.com/docs/api/errors). | [optional]
**log** | Option<**String**> | An integer log level that corresponds to the type of notification: `0` is ERROR, `1` is WARNING. | [optional]
**message_date** | Option<**String**> | The date the notification was actually generated in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. Message buffering can cause this value to differ from `date_created`. | [optional]
**message_text** | Option<**String**> | The text of the notification. | [optional]
**more_info** | Option<**String**> | The URL for more information about the error condition. This value is a page in our [Error Dictionary](https://www.twilio.com/docs/api/errors). | [optional]
**request_method** | Option<**String**> | The HTTP method used to generate the notification. If the notification was generated during a phone call, this is the HTTP Method used to request the resource on your server. If the notification was generated by your use of our REST API, this is the HTTP method used to call the resource on our servers. | [optional]
**request_url** | Option<**String**> | The URL of the resource that generated the notification. If the notification was generated during a phone call, this is the URL of the resource on your server that caused the notification. If the notification was generated by your use of our REST API, this is the URL of the resource you called. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the Call Notification resource. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,27 @@
# ApiPeriodV2010PeriodAccountPeriodCallPeriodCallNotificationInstance
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call Notification resource. | [optional]
**api_version** | Option<**String**> | The API version used to create the Call Notification resource. | [optional]
**call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Call Notification resource is associated with. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**error_code** | Option<**String**> | A unique error code for the error condition that is described in our [Error Dictionary](https://www.twilio.com/docs/api/errors). | [optional]
**log** | Option<**String**> | An integer log level that corresponds to the type of notification: `0` is ERROR, `1` is WARNING. | [optional]
**message_date** | Option<**String**> | The date the notification was actually generated in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. Message buffering can cause this value to differ from `date_created`. | [optional]
**message_text** | Option<**String**> | The text of the notification. | [optional]
**more_info** | Option<**String**> | The URL for more information about the error condition. This value is a page in our [Error Dictionary](https://www.twilio.com/docs/api/errors). | [optional]
**request_method** | Option<**String**> | The HTTP method used to generate the notification. If the notification was generated during a phone call, this is the HTTP Method used to request the resource on your server. If the notification was generated by your use of our REST API, this is the HTTP method used to call the resource on our servers. | [optional]
**request_url** | Option<**String**> | The URL of the resource that generated the notification. If the notification was generated during a phone call, this is the URL of the resource on your server that caused the notification. If the notification was generated by your use of our REST API, this is the URL of the resource you called. | [optional]
**request_variables** | Option<**String**> | The HTTP GET or POST variables we sent to your server. However, if the notification was generated by our REST API, this contains the HTTP POST or PUT variables you sent to our API. | [optional]
**response_body** | Option<**String**> | The HTTP body returned by your server. | [optional]
**response_headers** | Option<**String**> | The HTTP headers returned by your server. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the Call Notification resource. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,28 @@
# ApiPeriodV2010PeriodAccountPeriodCallPeriodCallRecording
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource. | [optional]
**api_version** | Option<**String**> | The API version used to make the recording. | [optional]
**call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Recording resource is associated with. | [optional]
**conference_sid** | Option<**String**> | The Conference SID that identifies the conference associated with the recording, if a conference recording. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**start_time** | Option<**String**> | The start time of the recording in GMT and in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**duration** | Option<**String**> | The length of the recording in seconds. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the Recording resource. | [optional]
**price** | Option<**f32**> | The one-time cost of creating the recording in the `price_unit` currency. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**encryption_details** | Option<[**serde_json::Value**](.md)> | How to decrypt the recording if it was encrypted using [Call Recording Encryption](https://www.twilio.com/docs/voice/tutorials/voice-recording-encryption) feature. | [optional]
**price_unit** | Option<**String**> | The currency used in the `price` property. Example: `USD`. | [optional]
**status** | Option<[**crate::models::CallRecordingEnumStatus**](call_recording_enum_status.md)> | | [optional]
**channels** | Option<**i32**> | The number of channels in the final recording file. Can be: `1`, or `2`. Separating a two leg call into two separate channels of the recording file is supported in [Dial](https://www.twilio.com/docs/voice/twiml/dial#attributes-record) and [Outbound Rest API](https://www.twilio.com/docs/voice/make-calls) record options. | [optional]
**source** | Option<[**crate::models::CallRecordingEnumSource**](call_recording_enum_source.md)> | | [optional]
**error_code** | Option<**i32**> | The error code that describes why the recording is `absent`. The error code is described in our [Error Dictionary](https://www.twilio.com/docs/api/errors). This value is null if the recording `status` is not `absent`. | [optional]
**track** | Option<**String**> | The recorded track. Can be: `inbound`, `outbound`, or `both`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,16 @@
# ApiPeriodV2010PeriodAccountPeriodCallPeriodPayments
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Payments resource. | [optional]
**call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Payments resource is associated with. This will refer to the call sid that is producing the payment card (credit/ACH) information thru DTMF. | [optional]
**sid** | Option<**String**> | The SID of the Payments resource. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,17 @@
# ApiPeriodV2010PeriodAccountPeriodCallPeriodSiprec
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | The SID of the Siprec resource. | [optional]
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Siprec resource. | [optional]
**call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Siprec resource is associated with. | [optional]
**name** | Option<**String**> | The user-specified name of this Siprec, if one was given when the Siprec was created. This may be used to stop the Siprec. | [optional]
**status** | Option<[**crate::models::SiprecEnumStatus**](siprec_enum_status.md)> | | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,17 @@
# ApiPeriodV2010PeriodAccountPeriodCallPeriodStream
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | The SID of the Stream resource. | [optional]
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource. | [optional]
**call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. | [optional]
**name** | Option<**String**> | The user-specified name of this Stream, if one was given when the Stream was created. This may be used to stop the Stream. | [optional]
**status** | Option<[**crate::models::StreamEnumStatus**](stream_enum_status.md)> | | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,14 @@
# ApiPeriodV2010PeriodAccountPeriodCallPeriodUserDefinedMessage
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created User Defined Message. | [optional]
**call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message is associated with. | [optional]
**sid** | Option<**String**> | The SID that uniquely identifies this User Defined Message. | [optional]
**date_created** | Option<**String**> | The date that this User Defined Message was created, given in RFC 2822 format. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,15 @@
# ApiPeriodV2010PeriodAccountPeriodCallPeriodUserDefinedMessageSubscription
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that subscribed to the User Defined Messages. | [optional]
**call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message Subscription is associated with. This refers to the Call SID that is producing the User Defined Messages. | [optional]
**sid** | Option<**String**> | The SID that uniquely identifies this User Defined Message Subscription. | [optional]
**date_created** | Option<**String**> | The date that this User Defined Message Subscription was created, given in RFC 2822 format. | [optional]
**uri** | Option<**String**> | The URI of the User Defined Message Subscription Resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,22 @@
# ApiPeriodV2010PeriodAccountPeriodConference
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Conference resource. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**api_version** | Option<**String**> | The API version used to create this conference. | [optional]
**friendly_name** | Option<**String**> | A string that you assigned to describe this conference room. Maxiumum length is 128 characters. | [optional]
**region** | Option<**String**> | A string that represents the Twilio Region where the conference audio was mixed. May be `us1`, `ie1`, `de1`, `sg1`, `br1`, `au1`, and `jp1`. Basic conference audio will always be mixed in `us1`. Global Conference audio will be mixed nearest to the majority of participants. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify this Conference resource. | [optional]
**status** | Option<[**crate::models::ConferenceEnumStatus**](conference_enum_status.md)> | | [optional]
**uri** | Option<**String**> | The URI of this resource, relative to `https://api.twilio.com`. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related resources identified by their URIs relative to `https://api.twilio.com`. | [optional]
**reason_conference_ended** | Option<[**crate::models::ConferenceEnumReasonConferenceEnded**](conference_enum_reason_conference_ended.md)> | | [optional]
**call_sid_ending_conference** | Option<**String**> | The call SID that caused the conference to end. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,27 @@
# ApiPeriodV2010PeriodAccountPeriodConferencePeriodConferenceRecording
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resource. | [optional]
**api_version** | Option<**String**> | The API version used to create the recording. | [optional]
**call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Conference Recording resource is associated with. | [optional]
**conference_sid** | Option<**String**> | The Conference SID that identifies the conference associated with the recording. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**start_time** | Option<**String**> | The start time of the recording in GMT and in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**duration** | Option<**String**> | The length of the recording in seconds. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the Conference Recording resource. | [optional]
**price** | Option<**String**> | The one-time cost of creating the recording in the `price_unit` currency. | [optional]
**price_unit** | Option<**String**> | The currency used in the `price` property. Example: `USD`. | [optional]
**status** | Option<[**crate::models::ConferenceRecordingEnumStatus**](conference_recording_enum_status.md)> | | [optional]
**channels** | Option<**i32**> | The number of channels in the final recording file. Can be: `1`, or `2`. Separating a two leg call into two separate channels of the recording file is supported in [Dial](https://www.twilio.com/docs/voice/twiml/dial#attributes-record) and [Outbound Rest API](https://www.twilio.com/docs/voice/make-calls) record options. | [optional]
**source** | Option<[**crate::models::ConferenceRecordingEnumSource**](conference_recording_enum_source.md)> | | [optional]
**error_code** | Option<**i32**> | The error code that describes why the recording is `absent`. The error code is described in our [Error Dictionary](https://www.twilio.com/docs/api/errors). This value is null if the recording `status` is not `absent`. | [optional]
**encryption_details** | Option<[**serde_json::Value**](.md)> | How to decrypt the recording if it was encrypted using [Call Recording Encryption](https://www.twilio.com/docs/voice/tutorials/voice-recording-encryption) feature. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,24 @@
# ApiPeriodV2010PeriodAccountPeriodConferencePeriodParticipant
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resource. | [optional]
**call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Participant resource is associated with. | [optional]
**label** | Option<**String**> | The user-specified label of this participant, if one was given when the participant was created. This may be used to fetch, update or delete the participant. | [optional]
**call_sid_to_coach** | Option<**String**> | The SID of the participant who is being `coached`. The participant being coached is the only participant who can hear the participant who is `coaching`. | [optional]
**coaching** | Option<**bool**> | Whether the participant is coaching another call. Can be: `true` or `false`. If not present, defaults to `false` unless `call_sid_to_coach` is defined. If `true`, `call_sid_to_coach` must be defined. | [optional]
**conference_sid** | Option<**String**> | The SID of the conference the participant is in. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**end_conference_on_exit** | Option<**bool**> | Whether the conference ends when the participant leaves. Can be: `true` or `false` and the default is `false`. If `true`, the conference ends and all other participants drop out when the participant leaves. | [optional]
**muted** | Option<**bool**> | Whether the participant is muted. Can be `true` or `false`. | [optional]
**hold** | Option<**bool**> | Whether the participant is on hold. Can be `true` or `false`. | [optional]
**start_conference_on_enter** | Option<**bool**> | Whether the conference starts when the participant joins the conference, if it has not already started. Can be: `true` or `false` and the default is `true`. If `false` and the conference has not started, the participant is muted and hears background music until another participant starts the conference. | [optional]
**status** | Option<[**crate::models::ParticipantEnumStatus**](participant_enum_status.md)> | | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,21 @@
# ApiPeriodV2010PeriodAccountPeriodConnectApp
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource. | [optional]
**authorize_redirect_url** | Option<**String**> | The URL we redirect the user to after we authenticate the user and obtain authorization to access the Connect App. | [optional]
**company_name** | Option<**String**> | The company name set for the Connect App. | [optional]
**deauthorize_callback_method** | Option<**String**> | The HTTP method we use to call `deauthorize_callback_url`. | [optional]
**deauthorize_callback_url** | Option<**String**> | The URL we call using the `deauthorize_callback_method` to de-authorize the Connect App. | [optional]
**description** | Option<**String**> | The description of the Connect App. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**homepage_url** | Option<**String**> | The public URL where users can obtain more information about this Connect App. | [optional]
**permissions** | Option<[**Vec<crate::models::ConnectAppEnumPermission>**](connect_app_enum_permission.md)> | The set of permissions that your ConnectApp requests. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the ConnectApp resource. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,44 @@
# ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumber
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this IncomingPhoneNumber resource. | [optional]
**address_sid** | Option<**String**> | The SID of the Address resource associated with the phone number. | [optional]
**address_requirements** | Option<[**crate::models::IncomingPhoneNumberEnumAddressRequirement**](incoming_phone_number_enum_address_requirement.md)> | | [optional]
**api_version** | Option<**String**> | The API version used to start a new TwiML session. | [optional]
**beta** | Option<**bool**> | Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. | [optional]
**capabilities** | Option<[**crate::models::ApiV2010AccountIncomingPhoneNumberCapabilities**](api_v2010_account_incoming_phone_number_capabilities.md)> | | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**identity_sid** | Option<**String**> | The SID of the Identity resource that we associate with the phone number. Some regions require an Identity to meet local regulations. | [optional]
**phone_number** | Option<**String**> | The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. | [optional]
**origin** | Option<**String**> | The phone number's origin. `twilio` identifies Twilio-owned phone numbers and `hosted` identifies hosted phone numbers. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify this IncomingPhoneNumber resource. | [optional]
**sms_application_sid** | Option<**String**> | The SID of the application that handles SMS messages sent to the phone number. If an `sms_application_sid` is present, we ignore all `sms_*_url` values and use those of the application. | [optional]
**sms_fallback_method** | Option<**String**> | The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`. | [optional]
**sms_fallback_url** | Option<**String**> | The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`. | [optional]
**sms_method** | Option<**String**> | The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`. | [optional]
**sms_url** | Option<**String**> | The URL we call when the phone number receives an incoming SMS message. | [optional]
**status_callback** | Option<**String**> | The URL we call using the `status_callback_method` to send status information to your application. | [optional]
**status_callback_method** | Option<**String**> | The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`. | [optional]
**trunk_sid** | Option<**String**> | The SID of the Trunk that handles calls to the phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**voice_receive_mode** | Option<[**crate::models::IncomingPhoneNumberEnumVoiceReceiveMode**](incoming_phone_number_enum_voice_receive_mode.md)> | | [optional]
**voice_application_sid** | Option<**String**> | The SID of the application that handles calls to the phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. | [optional]
**voice_caller_id_lookup** | Option<**bool**> | Whether we look up the caller's caller-ID name from the CNAM database ($0.01 per look up). Can be: `true` or `false`. | [optional]
**voice_fallback_method** | Option<**String**> | The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. | [optional]
**voice_fallback_url** | Option<**String**> | The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`. | [optional]
**voice_method** | Option<**String**> | The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. | [optional]
**voice_url** | Option<**String**> | The URL we call when the phone number receives a call. The `voice_url` will not be used if a `voice_application_sid` or a `trunk_sid` is set. | [optional]
**emergency_status** | Option<[**crate::models::IncomingPhoneNumberEnumEmergencyStatus**](incoming_phone_number_enum_emergency_status.md)> | | [optional]
**emergency_address_sid** | Option<**String**> | The SID of the emergency address configuration that we use for emergency calling from this phone number. | [optional]
**emergency_address_status** | Option<[**crate::models::IncomingPhoneNumberEnumEmergencyAddressStatus**](incoming_phone_number_enum_emergency_address_status.md)> | | [optional]
**bundle_sid** | Option<**String**> | The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. | [optional]
**status** | Option<**String**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,21 @@
# ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberAssignedAddOn
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | The unique string that that we created to identify the resource. | [optional]
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource. | [optional]
**resource_sid** | Option<**String**> | The SID of the Phone Number to which the Add-on is assigned. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**description** | Option<**String**> | A short description of the functionality that the Add-on provides. | [optional]
**configuration** | Option<[**serde_json::Value**](.md)> | A JSON string that represents the current configuration of this Add-on installation. | [optional]
**unique_name** | Option<**String**> | An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related resources identified by their relative URIs. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,19 @@
# ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberAssignedAddOnPeriodIncomingPhoneNumberAssignedAddOnExtension
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | The unique string that that we created to identify the resource. | [optional]
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource. | [optional]
**resource_sid** | Option<**String**> | The SID of the Phone Number to which the Add-on is assigned. | [optional]
**assigned_add_on_sid** | Option<**String**> | The SID that uniquely identifies the assigned Add-on installation. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**product_name** | Option<**String**> | A string that you assigned to describe the Product this Extension is used within. | [optional]
**unique_name** | Option<**String**> | An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**enabled** | Option<**bool**> | Whether the Extension will be invoked. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,44 @@
# ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberLocal
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource. | [optional]
**address_sid** | Option<**String**> | The SID of the Address resource associated with the phone number. | [optional]
**address_requirements** | Option<[**crate::models::IncomingPhoneNumberLocalEnumAddressRequirement**](incoming_phone_number_local_enum_address_requirement.md)> | | [optional]
**api_version** | Option<**String**> | The API version used to start a new TwiML session. | [optional]
**beta** | Option<**bool**> | Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. | [optional]
**capabilities** | Option<[**crate::models::ApiV2010AccountIncomingPhoneNumberCapabilities**](api_v2010_account_incoming_phone_number_capabilities.md)> | | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**identity_sid** | Option<**String**> | The SID of the Identity resource that we associate with the phone number. Some regions require an Identity to meet local regulations. | [optional]
**phone_number** | Option<**String**> | The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. | [optional]
**origin** | Option<**String**> | The phone number's origin. `twilio` identifies Twilio-owned phone numbers and `hosted` identifies hosted phone numbers. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the resource. | [optional]
**sms_application_sid** | Option<**String**> | The SID of the application that handles SMS messages sent to the phone number. If an `sms_application_sid` is present, we ignore all `sms_*_url` values and use those of the application. | [optional]
**sms_fallback_method** | Option<**String**> | The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`. | [optional]
**sms_fallback_url** | Option<**String**> | The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`. | [optional]
**sms_method** | Option<**String**> | The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`. | [optional]
**sms_url** | Option<**String**> | The URL we call when the phone number receives an incoming SMS message. | [optional]
**status_callback** | Option<**String**> | The URL we call using the `status_callback_method` to send status information to your application. | [optional]
**status_callback_method** | Option<**String**> | The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`. | [optional]
**trunk_sid** | Option<**String**> | The SID of the Trunk that handles calls to the phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**voice_receive_mode** | Option<[**crate::models::IncomingPhoneNumberLocalEnumVoiceReceiveMode**](incoming_phone_number_local_enum_voice_receive_mode.md)> | | [optional]
**voice_application_sid** | Option<**String**> | The SID of the application that handles calls to the phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. | [optional]
**voice_caller_id_lookup** | Option<**bool**> | Whether we look up the caller's caller-ID name from the CNAM database ($0.01 per look up). Can be: `true` or `false`. | [optional]
**voice_fallback_method** | Option<**String**> | The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. | [optional]
**voice_fallback_url** | Option<**String**> | The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`. | [optional]
**voice_method** | Option<**String**> | The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. | [optional]
**voice_url** | Option<**String**> | The URL we call when this phone number receives a call. The `voice_url` will not be used if a `voice_application_sid` or a `trunk_sid` is set. | [optional]
**emergency_status** | Option<[**crate::models::IncomingPhoneNumberLocalEnumEmergencyStatus**](incoming_phone_number_local_enum_emergency_status.md)> | | [optional]
**emergency_address_sid** | Option<**String**> | The SID of the emergency address configuration that we use for emergency calling from this phone number. | [optional]
**emergency_address_status** | Option<[**crate::models::IncomingPhoneNumberLocalEnumEmergencyAddressStatus**](incoming_phone_number_local_enum_emergency_address_status.md)> | | [optional]
**bundle_sid** | Option<**String**> | The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. | [optional]
**status** | Option<**String**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,44 @@
# ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberMobile
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource. | [optional]
**address_sid** | Option<**String**> | The SID of the Address resource associated with the phone number. | [optional]
**address_requirements** | Option<[**crate::models::IncomingPhoneNumberMobileEnumAddressRequirement**](incoming_phone_number_mobile_enum_address_requirement.md)> | | [optional]
**api_version** | Option<**String**> | The API version used to start a new TwiML session. | [optional]
**beta** | Option<**bool**> | Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. | [optional]
**capabilities** | Option<[**crate::models::ApiV2010AccountIncomingPhoneNumberCapabilities**](api_v2010_account_incoming_phone_number_capabilities.md)> | | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**identity_sid** | Option<**String**> | The SID of the Identity resource that we associate with the phone number. Some regions require an Identity to meet local regulations. | [optional]
**phone_number** | Option<**String**> | The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. | [optional]
**origin** | Option<**String**> | The phone number's origin. `twilio` identifies Twilio-owned phone numbers and `hosted` identifies hosted phone numbers. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the resource. | [optional]
**sms_application_sid** | Option<**String**> | The SID of the application that handles SMS messages sent to the phone number. If an `sms_application_sid` is present, we ignore all `sms_*_url` values and use those of the application. | [optional]
**sms_fallback_method** | Option<**String**> | The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`. | [optional]
**sms_fallback_url** | Option<**String**> | The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`. | [optional]
**sms_method** | Option<**String**> | The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`. | [optional]
**sms_url** | Option<**String**> | The URL we call when the phone number receives an incoming SMS message. | [optional]
**status_callback** | Option<**String**> | The URL we call using the `status_callback_method` to send status information to your application. | [optional]
**status_callback_method** | Option<**String**> | The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`. | [optional]
**trunk_sid** | Option<**String**> | The SID of the Trunk that handles calls to the phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**voice_receive_mode** | Option<[**crate::models::IncomingPhoneNumberMobileEnumVoiceReceiveMode**](incoming_phone_number_mobile_enum_voice_receive_mode.md)> | | [optional]
**voice_application_sid** | Option<**String**> | The SID of the application that handles calls to the phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. | [optional]
**voice_caller_id_lookup** | Option<**bool**> | Whether we look up the caller's caller-ID name from the CNAM database ($0.01 per look up). Can be: `true` or `false`. | [optional]
**voice_fallback_method** | Option<**String**> | The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. | [optional]
**voice_fallback_url** | Option<**String**> | The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`. | [optional]
**voice_method** | Option<**String**> | The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. | [optional]
**voice_url** | Option<**String**> | The URL we call when the phone number receives a call. The `voice_url` will not be used if a `voice_application_sid` or a `trunk_sid` is set. | [optional]
**emergency_status** | Option<[**crate::models::IncomingPhoneNumberMobileEnumEmergencyStatus**](incoming_phone_number_mobile_enum_emergency_status.md)> | | [optional]
**emergency_address_sid** | Option<**String**> | The SID of the emergency address configuration that we use for emergency calling from this phone number. | [optional]
**emergency_address_status** | Option<[**crate::models::IncomingPhoneNumberMobileEnumEmergencyAddressStatus**](incoming_phone_number_mobile_enum_emergency_address_status.md)> | | [optional]
**bundle_sid** | Option<**String**> | The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. | [optional]
**status** | Option<**String**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,44 @@
# ApiPeriodV2010PeriodAccountPeriodIncomingPhoneNumberPeriodIncomingPhoneNumberTollFree
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource. | [optional]
**address_sid** | Option<**String**> | The SID of the Address resource associated with the phone number. | [optional]
**address_requirements** | Option<[**crate::models::IncomingPhoneNumberTollFreeEnumAddressRequirement**](incoming_phone_number_toll_free_enum_address_requirement.md)> | | [optional]
**api_version** | Option<**String**> | The API version used to start a new TwiML session. | [optional]
**beta** | Option<**bool**> | Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. | [optional]
**capabilities** | Option<[**crate::models::ApiV2010AccountIncomingPhoneNumberCapabilities**](api_v2010_account_incoming_phone_number_capabilities.md)> | | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**identity_sid** | Option<**String**> | The SID of the Identity resource that we associate with the phone number. Some regions require an Identity to meet local regulations. | [optional]
**phone_number** | Option<**String**> | The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. | [optional]
**origin** | Option<**String**> | The phone number's origin. `twilio` identifies Twilio-owned phone numbers and `hosted` identifies hosted phone numbers. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the resource. | [optional]
**sms_application_sid** | Option<**String**> | The SID of the application that handles SMS messages sent to the phone number. If an `sms_application_sid` is present, we ignore all `sms_*_url` values and use those of the application. | [optional]
**sms_fallback_method** | Option<**String**> | The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`. | [optional]
**sms_fallback_url** | Option<**String**> | The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`. | [optional]
**sms_method** | Option<**String**> | The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`. | [optional]
**sms_url** | Option<**String**> | The URL we call when the phone number receives an incoming SMS message. | [optional]
**status_callback** | Option<**String**> | The URL we call using the `status_callback_method` to send status information to your application. | [optional]
**status_callback_method** | Option<**String**> | The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`. | [optional]
**trunk_sid** | Option<**String**> | The SID of the Trunk that handles calls to the phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**voice_receive_mode** | Option<[**crate::models::IncomingPhoneNumberTollFreeEnumVoiceReceiveMode**](incoming_phone_number_toll_free_enum_voice_receive_mode.md)> | | [optional]
**voice_application_sid** | Option<**String**> | The SID of the application that handles calls to the phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. | [optional]
**voice_caller_id_lookup** | Option<**bool**> | Whether we look up the caller's caller-ID name from the CNAM database ($0.01 per look up). Can be: `true` or `false`. | [optional]
**voice_fallback_method** | Option<**String**> | The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. | [optional]
**voice_fallback_url** | Option<**String**> | The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`. | [optional]
**voice_method** | Option<**String**> | The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. | [optional]
**voice_url** | Option<**String**> | The URL we call when the phone number receives a call. The `voice_url` will not be used if a `voice_application_sid` or a `trunk_sid` is set. | [optional]
**emergency_status** | Option<[**crate::models::IncomingPhoneNumberTollFreeEnumEmergencyStatus**](incoming_phone_number_toll_free_enum_emergency_status.md)> | | [optional]
**emergency_address_sid** | Option<**String**> | The SID of the emergency address configuration that we use for emergency calling from this phone number. | [optional]
**emergency_address_status** | Option<[**crate::models::IncomingPhoneNumberTollFreeEnumEmergencyAddressStatus**](incoming_phone_number_toll_free_enum_emergency_address_status.md)> | | [optional]
**bundle_sid** | Option<**String**> | The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. | [optional]
**status** | Option<**String**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,14 @@
# ApiPeriodV2010PeriodAccountPeriodKey
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | The unique string that that we created to identify the Key resource. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,30 @@
# ApiPeriodV2010PeriodAccountPeriodMessage
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | Option<**String**> | The message text. Can be up to 1,600 characters long. | [optional]
**num_segments** | Option<**String**> | The number of segments that make up the complete message. A message body that is too large to be sent in a single SMS message is segmented and charged as multiple messages. Inbound messages over 160 characters are reassembled when the message is received. Note: When using a Messaging Service to send messages, `num_segments` will always be 0 in Twilio's response to your API request. | [optional]
**direction** | Option<[**crate::models::MessageEnumDirection**](message_enum_direction.md)> | | [optional]
**from** | Option<**String**> | The phone number (in [E.164](https://en.wikipedia.org/wiki/E.164) format), [alphanumeric sender ID](https://www.twilio.com/docs/sms/send-messages#use-an-alphanumeric-sender-id), or [Wireless SIM](https://www.twilio.com/docs/wireless/tutorials/communications-guides/how-to-send-and-receive-text-messages) that initiated the message. For incoming messages, this will be the number of the sending phone. For outgoing messages, this value will be one of your Twilio phone numbers or the alphanumeric sender ID used. | [optional]
**to** | Option<**String**> | The phone number in [E.164](https://en.wikipedia.org/wiki/E.164) format that received the message. For incoming messages, this will be one of your Twilio phone numbers. For outgoing messages, this will be the sending phone. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**price** | Option<**String**> | The amount billed for the message, in the currency specified by `price_unit`. Note that your account is charged for each segment we send to the handset. Populated after the message has been sent. May not be immediately available. | [optional]
**error_message** | Option<**String**> | The description of the `error_code` if your message `status` is `failed` or `undelivered`. If the message was successful, this value is null. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that sent the message that created the resource. | [optional]
**num_media** | Option<**String**> | The number of media files associated with the message. A message can send up to 10 media files. | [optional]
**status** | Option<[**crate::models::MessageEnumStatus**](message_enum_status.md)> | | [optional]
**messaging_service_sid** | Option<**String**> | The SID of the [Messaging Service](https://www.twilio.com/docs/sms/services/api) used with the message. The value is null if a Messaging Service was not used. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the Message resource. | [optional]
**date_sent** | Option<**String**> | The date and time in GMT that the resource was sent specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. For outgoing messages, this is when we sent the message. For incoming messages, this is when we made the HTTP request to your application. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**error_code** | Option<**i32**> | The error code returned if your message `status` is `failed` or `undelivered`. The error_code provides more information about the failure. If the message was successful, this value is null. | [optional]
**price_unit** | Option<**String**> | The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). | [optional]
**api_version** | Option<**String**> | The API version used to process the message. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related resources identified by their URIs relative to `https://api.twilio.com` | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,17 @@
# ApiPeriodV2010PeriodAccountPeriodMessagePeriodMedia
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Media resource. | [optional]
**content_type** | Option<**String**> | The default [mime-type](https://en.wikipedia.org/wiki/Internet_media_type) of the media, for example `image/jpeg`, `image/png`, or `image/gif` | [optional]
**date_created** | Option<**String**> | The date and time in GMT that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**parent_sid** | Option<**String**> | The SID of the resource that created the media. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify this Media resource. | [optional]
**uri** | Option<**String**> | The URI of this resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,16 @@
# ApiPeriodV2010PeriodAccountPeriodMessagePeriodMessageFeedback
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the MessageFeedback resource. | [optional]
**message_sid** | Option<**String**> | The SID of the Message resource for which the feedback was provided. | [optional]
**outcome** | Option<[**crate::models::MessageFeedbackEnumOutcome**](message_feedback_enum_outcome.md)> | | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,15 @@
# ApiPeriodV2010PeriodAccountPeriodNewKey
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | The unique string that that we created to identify the NewKey resource. You will use this as the basic-auth `user` when authenticating to the API. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the API Key was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the new API Key was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**secret** | Option<**String**> | The secret your application uses to sign Access Tokens and to authenticate to the REST API (you will use this as the basic-auth `password`). **Note that for security reasons, this field is ONLY returned when the API Key is first created.** | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,15 @@
# ApiPeriodV2010PeriodAccountPeriodNewSigningKey
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | The unique string that that we created to identify the NewSigningKey resource. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**secret** | Option<**String**> | The secret your application uses to sign Access Tokens and to authenticate to the REST API (you will use this as the basic-auth `password`). **Note that for security reasons, this field is ONLY returned when the API Key is first created.** | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,24 @@
# ApiPeriodV2010PeriodAccountPeriodNotification
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Notification resource. | [optional]
**api_version** | Option<**String**> | The API version used to generate the notification. Can be empty for events that don't have a specific API version, such as incoming phone calls. | [optional]
**call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Notification resource is associated with. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**error_code** | Option<**String**> | A unique error code for the error condition that is described in our [Error Dictionary](https://www.twilio.com/docs/api/errors). | [optional]
**log** | Option<**String**> | An integer log level that corresponds to the type of notification: `0` is ERROR, `1` is WARNING. | [optional]
**message_date** | Option<**String**> | The date the notification was actually generated in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. Message buffering can cause this value to differ from `date_created`. | [optional]
**message_text** | Option<**String**> | The text of the notification. | [optional]
**more_info** | Option<**String**> | The URL for more information about the error condition. This value is a page in our [Error Dictionary](https://www.twilio.com/docs/api/errors). | [optional]
**request_method** | Option<**String**> | The HTTP method used to generate the notification. If the notification was generated during a phone call, this is the HTTP Method used to request the resource on your server. If the notification was generated by your use of our REST API, this is the HTTP method used to call the resource on our servers. | [optional]
**request_url** | Option<**String**> | The URL of the resource that generated the notification. If the notification was generated during a phone call, this is the URL of the resource on your server that caused the notification. If the notification was generated by your use of our REST API, this is the URL of the resource you called. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the Notification resource. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,27 @@
# ApiPeriodV2010PeriodAccountPeriodNotificationInstance
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Notification resource. | [optional]
**api_version** | Option<**String**> | The API version used to generate the notification. Can be empty for events that don't have a specific API version, such as incoming phone calls. | [optional]
**call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Notification resource is associated with. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**error_code** | Option<**String**> | A unique error code for the error condition that is described in our [Error Dictionary](https://www.twilio.com/docs/api/errors). | [optional]
**log** | Option<**String**> | An integer log level that corresponds to the type of notification: `0` is ERROR, `1` is WARNING. | [optional]
**message_date** | Option<**String**> | The date the notification was actually generated in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. Message buffering can cause this value to differ from `date_created`. | [optional]
**message_text** | Option<**String**> | The text of the notification. | [optional]
**more_info** | Option<**String**> | The URL for more information about the error condition. This value is a page in our [Error Dictionary](https://www.twilio.com/docs/api/errors). | [optional]
**request_method** | Option<**String**> | The HTTP method used to generate the notification. If the notification was generated during a phone call, this is the HTTP Method used to request the resource on your server. If the notification was generated by your use of our REST API, this is the HTTP method used to call the resource on our servers. | [optional]
**request_url** | Option<**String**> | The URL of the resource that generated the notification. If the notification was generated during a phone call, this is the URL of the resource on your server that caused the notification. If the notification was generated by your use of our REST API, this is the URL of the resource you called. | [optional]
**request_variables** | Option<**String**> | The HTTP GET or POST variables we sent to your server. However, if the notification was generated by our REST API, this contains the HTTP POST or PUT variables you sent to our API. | [optional]
**response_body** | Option<**String**> | The HTTP body returned by your server. | [optional]
**response_headers** | Option<**String**> | The HTTP headers returned by your server. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the Notification resource. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,17 @@
# ApiPeriodV2010PeriodAccountPeriodOutgoingCallerId
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | The unique string that that we created to identify the OutgoingCallerId resource. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resource. | [optional]
**phone_number** | Option<**String**> | The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,19 @@
# ApiPeriodV2010PeriodAccountPeriodQueue
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**date_updated** | Option<**String**> | The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**current_size** | Option<**i32**> | The number of calls currently in the queue. | [optional]
**friendly_name** | Option<**String**> | A string that you assigned to describe this resource. | [optional]
**uri** | Option<**String**> | The URI of this resource, relative to `https://api.twilio.com`. | [optional]
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Queue resource. | [optional]
**average_wait_time** | Option<**i32**> | The average wait time in seconds of the members in this queue. This is calculated at the time of the request. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify this Queue resource. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**max_size** | Option<**i32**> | The maximum number of calls that can be in the queue. The default is 1000 and the maximum is 5000. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,16 @@
# ApiPeriodV2010PeriodAccountPeriodQueuePeriodMember
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Member resource is associated with. | [optional]
**date_enqueued** | Option<**String**> | The date that the member was enqueued, given in RFC 2822 format. | [optional]
**position** | Option<**i32**> | This member's current position in the queue. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**wait_time** | Option<**i32**> | The number of seconds the member has been in the queue. | [optional]
**queue_sid** | Option<**String**> | The SID of the Queue the member is in. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,29 @@
# ApiPeriodV2010PeriodAccountPeriodRecording
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource. | [optional]
**api_version** | Option<**String**> | The API version used during the recording. | [optional]
**call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Recording resource is associated with. This will always refer to the parent leg of a two-leg call. | [optional]
**conference_sid** | Option<**String**> | The Conference SID that identifies the conference associated with the recording, if a conference recording. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**start_time** | Option<**String**> | The start time of the recording in GMT and in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**duration** | Option<**String**> | The length of the recording in seconds. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the Recording resource. | [optional]
**price** | Option<**String**> | The one-time cost of creating the recording in the `price_unit` currency. | [optional]
**price_unit** | Option<**String**> | The currency used in the `price` property. Example: `USD`. | [optional]
**status** | Option<[**crate::models::RecordingEnumStatus**](recording_enum_status.md)> | | [optional]
**channels** | Option<**i32**> | The number of channels in the final recording file. Can be: `1` or `2`. You can split a call with two legs into two separate recording channels if you record using [TwiML Dial](https://www.twilio.com/docs/voice/twiml/dial#record) or the [Outbound Rest API](https://www.twilio.com/docs/voice/make-calls#manage-your-outbound-call). | [optional]
**source** | Option<[**crate::models::RecordingEnumSource**](recording_enum_source.md)> | | [optional]
**error_code** | Option<**i32**> | The error code that describes why the recording is `absent`. The error code is described in our [Error Dictionary](https://www.twilio.com/docs/api/errors). This value is null if the recording `status` is not `absent`. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**encryption_details** | Option<[**serde_json::Value**](.md)> | How to decrypt the recording if it was encrypted using [Call Recording Encryption](https://www.twilio.com/docs/voice/tutorials/voice-recording-encryption) feature. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related resources identified by their relative URIs. | [optional]
**media_url** | Option<**String**> | The URL of the media file associated with this recording resource. When stored externally, this is the full URL location of the media file. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,20 @@
# ApiPeriodV2010PeriodAccountPeriodRecordingPeriodRecordingAddOnResult
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | The unique string that that we created to identify the Recording AddOnResult resource. | [optional]
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resource. | [optional]
**status** | Option<[**crate::models::RecordingAddOnResultEnumStatus**](recording_add_on_result_enum_status.md)> | | [optional]
**add_on_sid** | Option<**String**> | The SID of the Add-on to which the result belongs. | [optional]
**add_on_configuration_sid** | Option<**String**> | The SID of the Add-on configuration. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_completed** | Option<**String**> | The date and time in GMT that the result was completed specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**reference_sid** | Option<**String**> | The SID of the recording to which the AddOnResult resource belongs. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related resources identified by their relative URIs. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,21 @@
# ApiPeriodV2010PeriodAccountPeriodRecordingPeriodRecordingAddOnResultPeriodRecordingAddOnResultPayload
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | The unique string that that we created to identify the Recording AddOnResult Payload resource. | [optional]
**add_on_result_sid** | Option<**String**> | The SID of the AddOnResult to which the payload belongs. | [optional]
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resource. | [optional]
**label** | Option<**String**> | The string provided by the vendor that describes the payload. | [optional]
**add_on_sid** | Option<**String**> | The SID of the Add-on to which the result belongs. | [optional]
**add_on_configuration_sid** | Option<**String**> | The SID of the Add-on configuration. | [optional]
**content_type** | Option<**String**> | The MIME type of the payload. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**reference_sid** | Option<**String**> | The SID of the recording to which the AddOnResult resource that contains the payload belongs. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related resources identified by their relative URIs. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,23 @@
# ApiPeriodV2010PeriodAccountPeriodRecordingPeriodRecordingTranscription
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource. | [optional]
**api_version** | Option<**String**> | The API version used to create the transcription. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**duration** | Option<**String**> | The duration of the transcribed audio in seconds. | [optional]
**price** | Option<**f32**> | The charge for the transcript in the currency associated with the account. This value is populated after the transcript is complete so it may not be available immediately. | [optional]
**price_unit** | Option<**String**> | The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). | [optional]
**recording_sid** | Option<**String**> | The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) from which the transcription was created. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the Transcription resource. | [optional]
**status** | Option<[**crate::models::RecordingTranscriptionEnumStatus**](recording_transcription_enum_status.md)> | | [optional]
**transcription_text** | Option<**String**> | The text content of the transcription. | [optional]
**r#type** | Option<**String**> | The transcription type. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,22 @@
# ApiPeriodV2010PeriodAccountPeriodShortCode
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this ShortCode resource. | [optional]
**api_version** | Option<**String**> | The API version used to start a new TwiML session when an SMS message is sent to this short code. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**friendly_name** | Option<**String**> | A string that you assigned to describe this resource. By default, the `FriendlyName` is the short code. | [optional]
**short_code** | Option<**String**> | The short code. e.g., 894546. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify this ShortCode resource. | [optional]
**sms_fallback_method** | Option<**String**> | The HTTP method we use to call the `sms_fallback_url`. Can be: `GET` or `POST`. | [optional]
**sms_fallback_url** | Option<**String**> | The URL that we call if an error occurs while retrieving or executing the TwiML from `sms_url`. | [optional]
**sms_method** | Option<**String**> | The HTTP method we use to call the `sms_url`. Can be: `GET` or `POST`. | [optional]
**sms_url** | Option<**String**> | The URL we call when receiving an incoming SMS message to this short code. | [optional]
**uri** | Option<**String**> | The URI of this resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,14 @@
# ApiPeriodV2010PeriodAccountPeriodSigningKey
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | | [optional]
**friendly_name** | Option<**String**> | | [optional]
**date_created** | Option<**String**> | | [optional]
**date_updated** | Option<**String**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,17 @@
# ApiPeriodV2010PeriodAccountPeriodSipPeriodSipCredentialList
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) that owns this resource. | [optional]
**date_created** | Option<**String**> | The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**date_updated** | Option<**String**> | The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**friendly_name** | Option<**String**> | A human readable descriptive text that describes the CredentialList, up to 64 characters long. | [optional]
**sid** | Option<**String**> | A 34 character string that uniquely identifies this resource. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of credentials associated with this credential list. | [optional]
**uri** | Option<**String**> | The URI for this resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,17 @@
# ApiPeriodV2010PeriodAccountPeriodSipPeriodSipCredentialListPeriodSipCredential
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | A 34 character string that uniquely identifies this resource. | [optional]
**account_sid** | Option<**String**> | The unique id of the Account that is responsible for this resource. | [optional]
**credential_list_sid** | Option<**String**> | The unique id that identifies the credential list that includes this credential. | [optional]
**username** | Option<**String**> | The username for this credential. | [optional]
**date_created** | Option<**String**> | The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**date_updated** | Option<**String**> | The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**uri** | Option<**String**> | The URI for this resource, relative to `https://api.twilio.com` | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,31 @@
# ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomain
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resource. | [optional]
**api_version** | Option<**String**> | The API version used to process the call. | [optional]
**auth_type** | Option<**String**> | The types of authentication you have mapped to your domain. Can be: `IP_ACL` and `CREDENTIAL_LIST`. If you have both defined for your domain, both will be returned in a comma delimited string. If `auth_type` is not defined, the domain will not be able to receive any traffic. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**domain_name** | Option<**String**> | The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and \"-\" and must end with `sip.twilio.com`. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the SipDomain resource. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**voice_fallback_method** | Option<**String**> | The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. | [optional]
**voice_fallback_url** | Option<**String**> | The URL that we call when an error occurs while retrieving or executing the TwiML requested from `voice_url`. | [optional]
**voice_method** | Option<**String**> | The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. | [optional]
**voice_status_callback_method** | Option<**String**> | The HTTP method we use to call `voice_status_callback_url`. Either `GET` or `POST`. | [optional]
**voice_status_callback_url** | Option<**String**> | The URL that we call to pass status parameters (such as call ended) to your application. | [optional]
**voice_url** | Option<**String**> | The URL we call using the `voice_method` when the domain receives a call. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of mapping resources associated with the SIP Domain resource identified by their relative URIs. | [optional]
**sip_registration** | Option<**bool**> | Whether to allow SIP Endpoints to register with the domain to receive calls. | [optional]
**emergency_calling_enabled** | Option<**bool**> | Whether emergency calling is enabled for the domain. If enabled, allows emergency calls on the domain from phone numbers with validated addresses. | [optional]
**secure** | Option<**bool**> | Whether secure SIP is enabled for the domain. If enabled, TLS will be enforced and SRTP will be negotiated on all incoming calls to this sip domain. | [optional]
**byoc_trunk_sid** | Option<**String**> | The SID of the BYOC Trunk(Bring Your Own Carrier) resource that the Sip Domain will be associated with. | [optional]
**emergency_caller_sid** | Option<**String**> | Whether an emergency caller sid is configured for the domain. If present, this phone number will be used as the callback for the emergency call. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,15 @@
# ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipAuthPeriodSipAuthCallsPeriodSipAuthCallsCredentialListMapping
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the CredentialListMapping resource. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,15 @@
# ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipAuthPeriodSipAuthCallsPeriodSipAuthCallsIpAccessControlListMapping
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resource. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the IpAccessControlListMapping resource. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,15 @@
# ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipAuthPeriodSipAuthRegistrationsPeriodSipAuthRegistrationsCredentialListMapping
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the CredentialListMapping resource. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,17 @@
# ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipCredentialListMapping
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The unique id of the Account that is responsible for this resource. | [optional]
**date_created** | Option<**String**> | The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**date_updated** | Option<**String**> | The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**domain_sid** | Option<**String**> | The unique string that is created to identify the SipDomain resource. | [optional]
**friendly_name** | Option<**String**> | A human readable descriptive text for this resource, up to 64 characters long. | [optional]
**sid** | Option<**String**> | A 34 character string that uniquely identifies this resource. | [optional]
**uri** | Option<**String**> | The URI for this resource, relative to `https://api.twilio.com` | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,17 @@
# ApiPeriodV2010PeriodAccountPeriodSipPeriodSipDomainPeriodSipIpAccessControlListMapping
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The unique id of the Account that is responsible for this resource. | [optional]
**date_created** | Option<**String**> | The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**date_updated** | Option<**String**> | The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**domain_sid** | Option<**String**> | The unique string that is created to identify the SipDomain resource. | [optional]
**friendly_name** | Option<**String**> | A human readable descriptive text for this resource, up to 64 characters long. | [optional]
**sid** | Option<**String**> | A 34 character string that uniquely identifies this resource. | [optional]
**uri** | Option<**String**> | The URI for this resource, relative to `https://api.twilio.com` | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,17 @@
# ApiPeriodV2010PeriodAccountPeriodSipPeriodSipIpAccessControlList
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | A 34 character string that uniquely identifies this resource. | [optional]
**account_sid** | Option<**String**> | The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) that owns this resource. | [optional]
**friendly_name** | Option<**String**> | A human readable descriptive text, up to 255 characters long. | [optional]
**date_created** | Option<**String**> | The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**date_updated** | Option<**String**> | The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of the IpAddress resources associated with this IP access control list resource. | [optional]
**uri** | Option<**String**> | The URI for this resource, relative to `https://api.twilio.com` | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,19 @@
# ApiPeriodV2010PeriodAccountPeriodSipPeriodSipIpAccessControlListPeriodSipIpAddress
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sid** | Option<**String**> | A 34 character string that uniquely identifies this resource. | [optional]
**account_sid** | Option<**String**> | The unique id of the Account that is responsible for this resource. | [optional]
**friendly_name** | Option<**String**> | A human readable descriptive text for this resource, up to 255 characters long. | [optional]
**ip_address** | Option<**String**> | An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today. | [optional]
**cidr_prefix_length** | Option<**i32**> | An integer representing the length of the CIDR prefix to use with this IP address when accepting traffic. By default the entire IP address is used. | [optional]
**ip_access_control_list_sid** | Option<**String**> | The unique id of the IpAccessControlList resource that includes this resource. | [optional]
**date_created** | Option<**String**> | The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**date_updated** | Option<**String**> | The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | [optional]
**uri** | Option<**String**> | The URI for this resource, relative to `https://api.twilio.com` | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,17 @@
# ApiPeriodV2010PeriodAccountPeriodToken
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Token resource. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**ice_servers** | Option<[**Vec<crate::models::ApiV2010AccountTokenIceServersInner>**](api_v2010_account_token_ice_servers_inner.md)> | An array representing the ephemeral credentials and the STUN and TURN server URIs. | [optional]
**password** | Option<**String**> | The temporary password that the username will use when authenticating with Twilio. | [optional]
**ttl** | Option<**String**> | The duration in seconds for which the username and password are valid. | [optional]
**username** | Option<**String**> | The temporary username that uniquely identifies a Token. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,23 @@
# ApiPeriodV2010PeriodAccountPeriodTranscription
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource. | [optional]
**api_version** | Option<**String**> | The API version used to create the transcription. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**duration** | Option<**String**> | The duration of the transcribed audio in seconds. | [optional]
**price** | Option<**f32**> | The charge for the transcript in the currency associated with the account. This value is populated after the transcript is complete so it may not be available immediately. | [optional]
**price_unit** | Option<**String**> | The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). | [optional]
**recording_sid** | Option<**String**> | The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) from which the transcription was created. | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the Transcription resource. | [optional]
**status** | Option<[**crate::models::TranscriptionEnumStatus**](transcription_enum_status.md)> | | [optional]
**transcription_text** | Option<**String**> | The text content of the transcription. | [optional]
**r#type** | Option<**String**> | The transcription type. Can only be: `fast`. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,25 @@
# ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecord
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. | [optional]
**api_version** | Option<**String**> | The API version used to create the resource. | [optional]
**as_of** | Option<**String**> | Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT | [optional]
**category** | Option<[**crate::models::UsageRecordEnumCategory**](usage_record_enum_category.md)> | | [optional]
**count** | Option<**String**> | The number of usage events, such as the number of calls. | [optional]
**count_unit** | Option<**String**> | The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. | [optional]
**description** | Option<**String**> | A plain-language description of the usage category. | [optional]
**end_date** | Option<[**String**](string.md)> | The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**price** | Option<**f32**> | The total price of the usage in the currency specified in `price_unit` and associated with the account. | [optional]
**price_unit** | Option<**String**> | The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. | [optional]
**start_date** | Option<[**String**](string.md)> | The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**usage** | Option<**String**> | The amount used to bill usage and measured in units described in `usage_unit`. | [optional]
**usage_unit** | Option<**String**> | The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,25 @@
# ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordAllTime
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. | [optional]
**api_version** | Option<**String**> | The API version used to create the resource. | [optional]
**as_of** | Option<**String**> | Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT | [optional]
**category** | Option<[**crate::models::UsageRecordAllTimeEnumCategory**](usage_record_all_time_enum_category.md)> | | [optional]
**count** | Option<**String**> | The number of usage events, such as the number of calls. | [optional]
**count_unit** | Option<**String**> | The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. | [optional]
**description** | Option<**String**> | A plain-language description of the usage category. | [optional]
**end_date** | Option<[**String**](string.md)> | The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**price** | Option<**f32**> | The total price of the usage in the currency specified in `price_unit` and associated with the account. | [optional]
**price_unit** | Option<**String**> | The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. | [optional]
**start_date** | Option<[**String**](string.md)> | The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**usage** | Option<**String**> | The amount used to bill usage and measured in units described in `usage_unit`. | [optional]
**usage_unit** | Option<**String**> | The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,25 @@
# ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordDaily
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. | [optional]
**api_version** | Option<**String**> | The API version used to create the resource. | [optional]
**as_of** | Option<**String**> | Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT | [optional]
**category** | Option<[**crate::models::UsageRecordDailyEnumCategory**](usage_record_daily_enum_category.md)> | | [optional]
**count** | Option<**String**> | The number of usage events, such as the number of calls. | [optional]
**count_unit** | Option<**String**> | The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. | [optional]
**description** | Option<**String**> | A plain-language description of the usage category. | [optional]
**end_date** | Option<[**String**](string.md)> | The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**price** | Option<**f32**> | The total price of the usage in the currency specified in `price_unit` and associated with the account. | [optional]
**price_unit** | Option<**String**> | The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. | [optional]
**start_date** | Option<[**String**](string.md)> | The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**usage** | Option<**String**> | The amount used to bill usage and measured in units described in `usage_unit`. | [optional]
**usage_unit** | Option<**String**> | The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,25 @@
# ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordLastMonth
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. | [optional]
**api_version** | Option<**String**> | The API version used to create the resource. | [optional]
**as_of** | Option<**String**> | Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT | [optional]
**category** | Option<[**crate::models::UsageRecordLastMonthEnumCategory**](usage_record_last_month_enum_category.md)> | | [optional]
**count** | Option<**String**> | The number of usage events, such as the number of calls. | [optional]
**count_unit** | Option<**String**> | The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. | [optional]
**description** | Option<**String**> | A plain-language description of the usage category. | [optional]
**end_date** | Option<[**String**](string.md)> | The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**price** | Option<**f32**> | The total price of the usage in the currency specified in `price_unit` and associated with the account. | [optional]
**price_unit** | Option<**String**> | The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. | [optional]
**start_date** | Option<[**String**](string.md)> | The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**usage** | Option<**String**> | The amount used to bill usage and measured in units described in `usage_unit`. | [optional]
**usage_unit** | Option<**String**> | The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,25 @@
# ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordMonthly
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. | [optional]
**api_version** | Option<**String**> | The API version used to create the resource. | [optional]
**as_of** | Option<**String**> | Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT | [optional]
**category** | Option<[**crate::models::UsageRecordMonthlyEnumCategory**](usage_record_monthly_enum_category.md)> | | [optional]
**count** | Option<**String**> | The number of usage events, such as the number of calls. | [optional]
**count_unit** | Option<**String**> | The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. | [optional]
**description** | Option<**String**> | A plain-language description of the usage category. | [optional]
**end_date** | Option<[**String**](string.md)> | The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**price** | Option<**f32**> | The total price of the usage in the currency specified in `price_unit` and associated with the account. | [optional]
**price_unit** | Option<**String**> | The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. | [optional]
**start_date** | Option<[**String**](string.md)> | The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**usage** | Option<**String**> | The amount used to bill usage and measured in units described in `usage_unit`. | [optional]
**usage_unit** | Option<**String**> | The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,25 @@
# ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordThisMonth
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. | [optional]
**api_version** | Option<**String**> | The API version used to create the resource. | [optional]
**as_of** | Option<**String**> | Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT | [optional]
**category** | Option<[**crate::models::UsageRecordThisMonthEnumCategory**](usage_record_this_month_enum_category.md)> | | [optional]
**count** | Option<**String**> | The number of usage events, such as the number of calls. | [optional]
**count_unit** | Option<**String**> | The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. | [optional]
**description** | Option<**String**> | A plain-language description of the usage category. | [optional]
**end_date** | Option<[**String**](string.md)> | The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**price** | Option<**f32**> | The total price of the usage in the currency specified in `price_unit` and associated with the account. | [optional]
**price_unit** | Option<**String**> | The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. | [optional]
**start_date** | Option<[**String**](string.md)> | The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**usage** | Option<**String**> | The amount used to bill usage and measured in units described in `usage_unit`. | [optional]
**usage_unit** | Option<**String**> | The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,25 @@
# ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordToday
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. | [optional]
**api_version** | Option<**String**> | The API version used to create the resource. | [optional]
**as_of** | Option<**String**> | Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT | [optional]
**category** | Option<[**crate::models::UsageRecordTodayEnumCategory**](usage_record_today_enum_category.md)> | | [optional]
**count** | Option<**String**> | The number of usage events, such as the number of calls. | [optional]
**count_unit** | Option<**String**> | The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. | [optional]
**description** | Option<**String**> | A plain-language description of the usage category. | [optional]
**end_date** | Option<[**String**](string.md)> | The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**price** | Option<**f32**> | The total price of the usage in the currency specified in `price_unit` and associated with the account. | [optional]
**price_unit** | Option<**String**> | The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. | [optional]
**start_date** | Option<[**String**](string.md)> | The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**usage** | Option<**String**> | The amount used to bill usage and measured in units described in `usage_unit`. | [optional]
**usage_unit** | Option<**String**> | The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,25 @@
# ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordYearly
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. | [optional]
**api_version** | Option<**String**> | The API version used to create the resource. | [optional]
**as_of** | Option<**String**> | Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT | [optional]
**category** | Option<[**crate::models::UsageRecordYearlyEnumCategory**](usage_record_yearly_enum_category.md)> | | [optional]
**count** | Option<**String**> | The number of usage events, such as the number of calls. | [optional]
**count_unit** | Option<**String**> | The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. | [optional]
**description** | Option<**String**> | A plain-language description of the usage category. | [optional]
**end_date** | Option<[**String**](string.md)> | The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**price** | Option<**f32**> | The total price of the usage in the currency specified in `price_unit` and associated with the account. | [optional]
**price_unit** | Option<**String**> | The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. | [optional]
**start_date** | Option<[**String**](string.md)> | The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**usage** | Option<**String**> | The amount used to bill usage and measured in units described in `usage_unit`. | [optional]
**usage_unit** | Option<**String**> | The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,25 @@
# ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageRecordPeriodUsageRecordYesterday
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. | [optional]
**api_version** | Option<**String**> | The API version used to create the resource. | [optional]
**as_of** | Option<**String**> | Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT | [optional]
**category** | Option<[**crate::models::UsageRecordYesterdayEnumCategory**](usage_record_yesterday_enum_category.md)> | | [optional]
**count** | Option<**String**> | The number of usage events, such as the number of calls. | [optional]
**count_unit** | Option<**String**> | The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. | [optional]
**description** | Option<**String**> | A plain-language description of the usage category. | [optional]
**end_date** | Option<[**String**](string.md)> | The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**price** | Option<**f32**> | The total price of the usage in the currency specified in `price_unit` and associated with the account. | [optional]
**price_unit** | Option<**String**> | The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. | [optional]
**start_date** | Option<[**String**](string.md)> | The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. | [optional]
**subresource_uris** | Option<[**serde_json::Value**](.md)> | A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**usage** | Option<**String**> | The amount used to bill usage and measured in units described in `usage_unit`. | [optional]
**usage_unit** | Option<**String**> | The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,26 @@
# ApiPeriodV2010PeriodAccountPeriodUsagePeriodUsageTrigger
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the trigger monitors. | [optional]
**api_version** | Option<**String**> | The API version used to create the resource. | [optional]
**callback_method** | Option<**String**> | The HTTP method we use to call `callback_url`. Can be: `GET` or `POST`. | [optional]
**callback_url** | Option<**String**> | The URL we call using the `callback_method` when the trigger fires. | [optional]
**current_value** | Option<**String**> | The current value of the field the trigger is watching. | [optional]
**date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_fired** | Option<**String**> | The date and time in GMT that the trigger was last fired specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**date_updated** | Option<**String**> | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the trigger. | [optional]
**recurring** | Option<[**crate::models::UsageTriggerEnumRecurring**](usage_trigger_enum_recurring.md)> | | [optional]
**sid** | Option<**String**> | The unique string that that we created to identify the UsageTrigger resource. | [optional]
**trigger_by** | Option<[**crate::models::UsageTriggerEnumTriggerField**](usage_trigger_enum_trigger_field.md)> | | [optional]
**trigger_value** | Option<**String**> | The value at which the trigger will fire. Must be a positive, numeric value. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional]
**usage_category** | Option<[**crate::models::UsageTriggerEnumUsageCategory**](usage_trigger_enum_usage_category.md)> | | [optional]
**usage_record_uri** | Option<**String**> | The URI of the [UsageRecord](https://www.twilio.com/docs/usage/api/usage-record) resource this trigger watches, relative to `https://api.twilio.com`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,15 @@
# ApiPeriodV2010PeriodAccountPeriodValidationRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for the Caller ID. | [optional]
**call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Caller ID is associated with. | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource. | [optional]
**phone_number** | Option<**String**> | The phone number to verify in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. | [optional]
**validation_code** | Option<**String**> | The 6 digit validation code that someone must enter to validate the Caller ID when `phone_number` is called. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,14 @@
# ApiV2010AccountAvailablePhoneNumberCountryAvailablePhoneNumberLocalCapabilities
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**mms** | Option<**bool**> | | [optional]
**sms** | Option<**bool**> | | [optional]
**voice** | Option<**bool**> | | [optional]
**fax** | Option<**bool**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,14 @@
# ApiV2010AccountIncomingPhoneNumberCapabilities
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**mms** | Option<**bool**> | | [optional]
**sms** | Option<**bool**> | | [optional]
**voice** | Option<**bool**> | | [optional]
**fax** | Option<**bool**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,14 @@
# ApiV2010AccountTokenIceServersInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**credential** | Option<**String**> | | [optional]
**username** | Option<**String**> | | [optional]
**url** | Option<**String**> | | [optional]
**urls** | Option<**String**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,10 @@
# AuthorizedConnectAppEnumPermission
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,10 @@
# CallEnumEvent
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,10 @@
# CallEnumStatus
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,10 @@
# CallFeedbackEnumIssues
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,10 @@
# CallFeedbackSummaryEnumStatus
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,10 @@
# CallRecordingEnumSource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,10 @@
# CallRecordingEnumStatus
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -0,0 +1,10 @@
# ConferenceEnumReasonConferenceEnded
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Some files were not shown because too many files have changed in this diff Show More