Skip to main contentIBM Video Streaming Developers

RecordedAction

Represents a user’s action at a given point in time.

type RecordedAction {
    # The user's email address who executed the action.
    by: EmailAddress!
    # The time the action was executed.
    at: Time!
}

Fields

by: EmailAddress!

The user’s email address who executed the action.

at: Time!

The time the action was executed.