ancestors = $ancestors;
}
/**
* @return string[]
*/
public function getAncestors()
{
return $this->ancestors;
}
/**
* @param string
*/
public function setAsset($asset)
{
$this->asset = $asset;
}
/**
* @return string
*/
public function getAsset()
{
return $this->asset;
}
/**
* @param string
*/
public function setAssetType($assetType)
{
$this->assetType = $assetType;
}
/**
* @return string
*/
public function getAssetType()
{
return $this->assetType;
}
/**
* @param string
*/
public function setRelationshipType($relationshipType)
{
$this->relationshipType = $relationshipType;
}
/**
* @return string
*/
public function getRelationshipType()
{
return $this->relationshipType;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RelatedAsset::class, 'Google_Service_CloudAsset_RelatedAsset');