Skip to main content

MediaExportStatusChange

The status transition produced by requesting an abort of a media export.

type MediaExportStatusChange {
exportId: ID!
siteId: Int!
statusFrom: String!
statusTo: String!
}

Fields

MediaExportStatusChange.exportId ● ID! non-null scalar common

The media export ID, encoded as a decimal string.

MediaExportStatusChange.siteId ● Int! non-null scalar common

The environment ID that owns the export.

MediaExportStatusChange.statusFrom ● String! non-null scalar common

The status before the abort was requested.

MediaExportStatusChange.statusTo ● String! non-null scalar common

The status after the abort was requested.

Member Of

AbortMediaExportPayload object