fields = $fields;
}
/**
* @return string
*/
public function getFields()
{
return $this->fields;
}
/**
* @param string
*/
public function setObjectId($objectId)
{
$this->objectId = $objectId;
}
/**
* @return string
*/
public function getObjectId()
{
return $this->objectId;
}
/**
* @param SlideProperties
*/
public function setSlideProperties(SlideProperties $slideProperties)
{
$this->slideProperties = $slideProperties;
}
/**
* @return SlideProperties
*/
public function getSlideProperties()
{
return $this->slideProperties;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(UpdateSlidePropertiesRequest::class, 'Google_Service_Slides_UpdateSlidePropertiesRequest');