INPUT_OBJECT
The input object that defines the fields for the updateCallDetailRecord mutation.
input UpdateCallDetailRecordMutationInput {# The DID that initiated the call.originating_number: String# The DID that received the call.receiving_number: String# When the call was started.started_at: Datetime# The total length of the call in seconds.length_in_seconds: Int}