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/
H A 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
72 return $this->call('insert', [$params], ContentCategory::class);
108 * @param ContentCategory $postBody
110 * @return ContentCategory
116 return $this->call('patch', [$params], ContentCategory::class);
122 * @param ContentCategory $postBody
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DContentCategoriesListResponse.php23 protected $contentCategoriesType = ContentCategory::class;
35 * @param ContentCategory[]
42 * @return ContentCategory[]
H A DContentCategory.php20 class ContentCategory extends \Google\Model class
98 class_alias(ContentCategory::class, 'Google_Service_Dfareporting_ContentCategory');