Skip to content

Commit

Permalink
Regenerate storage client (#4589)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Feb 4, 2024
1 parent 96ba524 commit fd1f85c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/Storage/Folder.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ class Folder extends \Google\Model
* @var string
*/
public $kind;
/**
* @var string[]
*/
public $metadata;
/**
* @var string
*/
Expand Down Expand Up @@ -100,20 +96,6 @@ public function getKind()
{
return $this->kind;
}
/**
* @param string[]
*/
public function setMetadata($metadata)
{
$this->metadata = $metadata;
}
/**
* @return string[]
*/
public function getMetadata()
{
return $this->metadata;
}
/**
* @param string
*/
Expand Down

0 comments on commit fd1f85c

Please sign in to comment.