Home
last modified time | relevance | path

Searched refs:ContentCategory (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
DContentCategories.php21 use Google\Service\Dfareporting\ContentCategory; alias
52 * @return ContentCategory
58 return $this->call('get', [$params], ContentCategory::class);
64 * @param ContentCategory $postBody
66 * @return ContentCategory
68 public function insert($profileId, ContentCategory $postBody, $optParams = [])
72 return $this->call('insert', [$params], ContentCategory::class);
108 * @param ContentCategory $postBody
110 * @return ContentCategory
112 public function patch($profileId, $id, ContentCategory $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DContentCategoriesListResponse.php23 protected $contentCategoriesType = ContentCategory::class;
35 * @param ContentCategory[]
42 * @return ContentCategory[]
DContentCategory.php20 class ContentCategory extends \Google\Model class
98 class_alias(ContentCategory::class, 'Google_Service_Dfareporting_ContentCategory');