DocuSign v0.2.0 DocuSign.Model.WorkspaceItems 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.WorkspaceItems{
callerAuthorization: WorkspaceUserAuthorization,
contentType: String.t(),
created: String.t(),
createdById: String.t(),
createdByInformation: WorkspaceUser,
extension: String.t(),
fileSize: String.t(),
fileUri: String.t(),
id: String.t(),
isPublic: String.t(),
lastModified: String.t(),
lastModifiedById: String.t(),
lastModifiedByInformation: WorkspaceUser,
name: String.t(),
pageCount: String.t(),
parentFolderId: String.t(),
parentFolderUri: String.t(),
type: String.t(),
uri: String.t()
}
t() :: %DocuSign.Model.WorkspaceItems{ callerAuthorization: WorkspaceUserAuthorization, contentType: String.t(), created: String.t(), createdById: String.t(), createdByInformation: WorkspaceUser, extension: String.t(), fileSize: String.t(), fileUri: String.t(), id: String.t(), isPublic: String.t(), lastModified: String.t(), lastModifiedById: String.t(), lastModifiedByInformation: WorkspaceUser, name: String.t(), pageCount: String.t(), parentFolderId: String.t(), parentFolderUri: String.t(), type: String.t(), uri: String.t() }