Information related to the revision.

interface ResourceCommitInfo {
    commit_message?: string;
    committed_at: string;
}

Properties

commit_message?: string

The message that was provided when the revision was created.

committed_at: string

The time when the revision was committed.