DocuSign v0.2.0 DocuSign.Model.ConnectLog View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %DocuSign.Model.ConnectLog{
accountId: String.t(),
configUrl: String.t(),
connectDebugLog: [ConnectDebugLog],
connectId: String.t(),
created: String.t(),
email: String.t(),
envelopeId: String.t(),
error: String.t(),
failureId: String.t(),
failureUri: String.t(),
lastTry: String.t(),
logId: String.t(),
logUri: String.t(),
retryCount: String.t(),
retryUri: String.t(),
status: String.t(),
subject: String.t(),
userName: String.t()
}
t() :: %DocuSign.Model.ConnectLog{ accountId: String.t(), configUrl: String.t(), connectDebugLog: [ConnectDebugLog], connectId: String.t(), created: String.t(), email: String.t(), envelopeId: String.t(), error: String.t(), failureId: String.t(), failureUri: String.t(), lastTry: String.t(), logId: String.t(), logUri: String.t(), retryCount: String.t(), retryUri: String.t(), status: String.t(), subject: String.t(), userName: String.t() }