etag = $etag;
}
public function getEtag()
{
return $this->etag;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
/**
* @param Google_Service_YouTube_MemberSnippet
*/
public function setSnippet(Google_Service_YouTube_MemberSnippet $snippet)
{
$this->snippet = $snippet;
}
/**
* @return Google_Service_YouTube_MemberSnippet
*/
public function getSnippet()
{
return $this->snippet;
}
}