ShareablePreviewOrError

  • The asset_group_identifier field specifies the asset group for the shareable preview.

  • The generate_shareable_preview_response union field contains either the preview result or an error.

  • The shareable_preview_result field holds the successful shareable preview result.

  • The partial_failure_error field indicates a shareable preview partial failure error using a Status object.

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.