type
ScheduledPublish
type ScheduledPublish struct {
ID string `json:"id"`
DocumentID string `json:"documentId"`
ExpectedRevision int `json:"expectedRevision"`
RunAt string `json:"runAt"`
Attempts int `json:"attempts"`
LastError string `json:"lastError,omitempty"`
CreatedAt string `json:"createdAt"`
}Safe queued-publish metadata.
Source protocol/envelope.go:106
IDstring- The ID value.
DocumentIDstring- The DocumentID value.
ExpectedRevisionint- The ExpectedRevision value.
RunAtstring- The RunAt value.
Attemptsint- The Attempts value.
LastErrorstring- The LastError value.
CreatedAtstring- The CreatedAt value.
Requesting identities are deliberately omitted.