Skip to main contentIBM Video Streaming Developers

PercentagePoint

Measured amount of percentage at a given point in time.

type PercentagePoint {
    # Measured amount of percentage.
    percent: Float!
    # At this point in time.
    at: Time!
}

Fields

percent: Float!

Measured amount of percentage.

at: Time!

At this point in time.