Request object for fetching specific assets by their unique identifiers.
Example
// GetAssetsByIdsRequest fetches specific assets by their IDs. // Constructor: new GetAssetsByIdsRequest(environmentSetting, assetIds) // // Properties (all readonly): // assetIds: string[] — the IDs to look up // environmentSetting: EnvironmentSetting — backend environment config
Request object for fetching specific assets by their unique identifiers.
Example