DocuSign v0.2.0 DocuSign.Model.Workspaces 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.Workspaces{
billableAccountId: String.t(),
created: String.t(),
createdByInformation: WorkspaceUser,
lastModified: String.t(),
lastModifiedByInformation: WorkspaceUser,
status: String.t(),
workspaceBaseUrl: String.t(),
workspaceDescription: String.t(),
workspaceId: String.t(),
workspaceName: String.t(),
workspaceUri: String.t()
}
t() :: %DocuSign.Model.Workspaces{ billableAccountId: String.t(), created: String.t(), createdByInformation: WorkspaceUser, lastModified: String.t(), lastModifiedByInformation: WorkspaceUser, status: String.t(), workspaceBaseUrl: String.t(), workspaceDescription: String.t(), workspaceId: String.t(), workspaceName: String.t(), workspaceUri: String.t() }