ProjectDetails

Contains details about the project associated with the Engagement Invitation, including the business problem and expected outcomes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the business problem that the project aims to solve. This information is crucial for understanding the project’s goals and objectives.

Link copied to clipboard

Contains revenue estimates for the partner related to the project. This field provides an idea of the financial potential of the opportunity for the partner.

Link copied to clipboard

Specifies the estimated date of project completion. This field helps track the project timeline and manage expectations.

Link copied to clipboard

Specifies the title of the project. This title helps partners quickly identify and understand the focus of the project.

Functions

Link copied to clipboard
inline fun copy(block: ProjectDetails.Builder.() -> Unit = {}): ProjectDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String