index = $index;
}
/**
* @return int
*/
public function getIndex()
{
return $this->index;
}
/**
* @param string
*/
public function setSegmentId($segmentId)
{
$this->segmentId = $segmentId;
}
/**
* @return string
*/
public function getSegmentId()
{
return $this->segmentId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Location::class, 'Google_Service_Docs_Location');