DocuSign.Model.ConnectLog (DocuSign v0.4.2) View Source
Link to this section Summary
Link to this section Types
Specs
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()
}