ClusterAgent
object ClusterAgent
class Object
trait Matchable
class Any
Value members
Concrete methods
def createdByUser[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[ClusterAgent, Option[A]]
User object, containing information about the person who created the agent.
User object, containing information about the person who created the agent.
def project[A](innerSelection: SelectionBuilder[Project, A]): SelectionBuilder[ClusterAgent, Option[A]]
The project this cluster agent is associated with.
The project this cluster agent is associated with.
def tokens[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[ClusterAgentTokenConnection, A]): SelectionBuilder[ClusterAgent, Option[A]]
Tokens associated with the cluster agent.
Tokens associated with the cluster agent.