Skip to content

Commit d84147a

Browse files
1 parent a7f61ff commit d84147a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

src/YouTubeReporting/GdataBlobstore2Info.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ class GdataBlobstore2Info extends \Google\Model
4949
* @var string
5050
*/
5151
public $readToken;
52+
/**
53+
* gdata
54+
*
55+
* @var string
56+
*/
57+
public $uploadFragmentListCreationInfo;
5258
/**
5359
* gdata
5460
*
@@ -136,6 +142,22 @@ public function getReadToken()
136142
{
137143
return $this->readToken;
138144
}
145+
/**
146+
* gdata
147+
*
148+
* @param string $uploadFragmentListCreationInfo
149+
*/
150+
public function setUploadFragmentListCreationInfo($uploadFragmentListCreationInfo)
151+
{
152+
$this->uploadFragmentListCreationInfo = $uploadFragmentListCreationInfo;
153+
}
154+
/**
155+
* @return string
156+
*/
157+
public function getUploadFragmentListCreationInfo()
158+
{
159+
return $this->uploadFragmentListCreationInfo;
160+
}
139161
/**
140162
* gdata
141163
*

0 commit comments

Comments
 (0)