We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9af5fd7 + 2c46e42 commit d2350b4Copy full SHA for d2350b4
src/DTOs/Google/ImmersiveProductAboutTheProduct.php
@@ -8,11 +8,11 @@
8
class ImmersiveProductAboutTheProduct extends Data
9
{
10
public function __construct(
11
- public readonly ?string $title = null,
12
- public readonly ?string $link = null,
13
- public readonly ?string $displayed_link = null,
14
- public readonly ?string $icon = null,
15
- public readonly ?string $description = null,
+ public readonly ?string $title,
+ public readonly ?string $link,
+ public readonly ?string $displayed_link,
+ public readonly ?string $icon,
+ public readonly ?string $description,
16
/* @var null|ImmersiveProductAboutTheProductFeature[] $features */
17
#[DataCollectionOf(ImmersiveProductAboutTheProductFeature::class)]
18
public readonly array $features,
0 commit comments