TerraformStateVersion

class Object
trait Matchable
class Any

Value members

Concrete methods

def createdAt: SelectionBuilder[TerraformStateVersion, Time]

Timestamp the version was created.

Timestamp the version was created.

def createdByUser[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[TerraformStateVersion, Option[A]]

The user that created this version.

The user that created this version.

def downloadPath: SelectionBuilder[TerraformStateVersion, Option[String]]

URL for downloading the version's JSON file.

URL for downloading the version's JSON file.

def id: SelectionBuilder[TerraformStateVersion, String]

ID of the Terraform state version.

ID of the Terraform state version.

def job[A](innerSelection: SelectionBuilder[CiJob, A]): SelectionBuilder[TerraformStateVersion, Option[A]]

The job that created this version.

The job that created this version.

def serial: SelectionBuilder[TerraformStateVersion, Option[Int]]

Serial number of the version.

Serial number of the version.

def updatedAt: SelectionBuilder[TerraformStateVersion, Time]

Timestamp the version was updated.

Timestamp the version was updated.