ClusterAgent

object ClusterAgent
class Object
trait Matchable
class Any

Value members

Concrete methods

def createdAt: SelectionBuilder[ClusterAgent, Option[Time]]

Timestamp the cluster agent was created.

Timestamp the cluster agent was created.

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 id: SelectionBuilder[ClusterAgent, String]

ID of the cluster agent.

ID of the cluster agent.

def name: SelectionBuilder[ClusterAgent, Option[String]]

Name of the cluster agent.

Name of the cluster 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.

def updatedAt: SelectionBuilder[ClusterAgent, Option[Time]]

Timestamp the cluster agent was updated.

Timestamp the cluster agent was updated.

def webPath: SelectionBuilder[ClusterAgent, Option[String]]

Web path of the cluster agent.

Web path of the cluster agent.