/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Datastore
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Datastore/Entity.php (1386B)
key = $key;
}
/**
* @return Google_Service_Datastore_Key
*/
public function getKey()
{
return $this->key;
}
/**
* @param Google_Service_Datastore_Value[]
*/
public function setProperties($properties)
{
$this->properties = $properties;
}
/**
* @return Google_Service_Datastore_Value[]
*/
public function getProperties()
{
return $this->properties;
}
}