Skip to content

Commit

Permalink
Regenerate testing client (#6325)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Mar 6, 2025
1 parent 03050ba commit 535202d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/Testing/LabInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ class LabInfo extends \Google\Model
* @var string
*/
public $name;
/**
* @var string
*/
public $regionCode;

/**
* @param string
Expand All @@ -38,6 +42,20 @@ public function getName()
{
return $this->name;
}
/**
* @param string
*/
public function setRegionCode($regionCode)
{
$this->regionCode = $regionCode;
}
/**
* @return string
*/
public function getRegionCode()
{
return $this->regionCode;
}
}

// Adding a class alias for backwards compatibility with the previous class name.
Expand Down

0 comments on commit 535202d

Please sign in to comment.