OrgStructureSync

A stackshare.yml config file sync.

Implements DbObject

Fields

configFileContent (String)

The content of the stackshare.yml config file at the time of syncing.

createdAt (DateTime)

Creation time of this object in ISO 8601 format.

id (ID)

Unique StackShare ID.

logs (Hash)

Full sync logs. Example: [ { "level": "info", "message": "Sync started" }, { "level": "info", "message": "Created MyOrg org" }, { "level": "info", "message": "Sync finished" } ]

private (Boolean)

Whether this object is private.

repo (String)

The repo that triggered this sync, in full name format. Example: my-org/my-repo.

type (String)

Type of the object.

updatedAt (DateTime)

Update time of this object in ISO 8601 format.