ShareablePreviewOrError

  • The generate shareable preview results include the asset group identifier and the shareable preview response.

  • The generate_shareable_preview_response union field indicates the result or error of the shareable preview and can be either a shareable_preview_result or a partial_failure_error.

  • asset_group_identifier refers to the asset group associated with the shareable preview.

  • shareable_preview_result provides the successful shareable preview outcome.

  • partial_failure_error signals an error during the shareable preview process.

Result of the generate shareable preview.

Fields

asset_group_identifier

AssetGroupIdentifier

The asset group of the shareable preview.

Union field

generate_shareable_preview_response

generate_shareable_preview_response. The shareable preview result or error. generate_shareable_preview_response can be only one of the following:

shareable_preview_result

ShareablePreviewResult

The shareable preview result.

partial_failure_error

Status

The shareable preview partial failure error.