ImageConfigurations
class ImageConfigurations extends Resource (View source)
The "imageConfigurations" collection of methods.
Typical usage is:
$gamesConfigurationService = new Google\Service\GamesConfiguration(...);
$imageConfigurations = $gamesConfigurationService->imageConfigurations;
Methods
upload(string $resourceId, string $imageType, array $optParams = [])
Uploads an image for a resource with the given ID and image type.
Details
ImageConfiguration
upload(string $resourceId, string $imageType, array $optParams = [])
Uploads an image for a resource with the given ID and image type.
(imageConfigurations.upload)