You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getUetTagAuthKey'] to see the possible values for this operation
33474
+
*
33475
+
* @throws \Microsoft\MsAds\Rest\ApiException on non-2xx response or if the response body is not in the expected format
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getUetTagAuthKey'] to see the possible values for this operation
33490
+
*
33491
+
* @throws \Microsoft\MsAds\Rest\ApiException on non-2xx response or if the response body is not in the expected format
33492
+
* @throws \InvalidArgumentException
33493
+
* @return array of \Microsoft\MsAds\Rest\Model\CampaignManagementService\GetUetTagAuthKeyResponse|\Microsoft\MsAds\Rest\Model\CampaignManagementService\ApplicationFault|\Microsoft\MsAds\Rest\Model\CampaignManagementService\ApplicationFault|\Microsoft\MsAds\Rest\Model\CampaignManagementService\ApplicationFault|\Microsoft\MsAds\Rest\Model\CampaignManagementService\ApplicationFault, HTTP status code, HTTP response headers (array of strings)
33494
+
*/
33495
+
public function getUetTagAuthKeyWithHttpInfo($GetUetTagAuthKeyRequest, string $contentType = self::contentTypes['getUetTagAuthKey'][0])
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getUetTagAuthKey'] to see the possible values for this operation
33598
+
*
33599
+
* @throws \InvalidArgumentException
33600
+
* @return \GuzzleHttp\Promise\PromiseInterface
33601
+
*/
33602
+
public function getUetTagAuthKeyAsync($GetUetTagAuthKeyRequest, string $contentType = self::contentTypes['getUetTagAuthKey'][0])
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getUetTagAuthKey'] to see the possible values for this operation
33617
+
*
33618
+
* @throws \InvalidArgumentException
33619
+
* @return \GuzzleHttp\Promise\PromiseInterface
33620
+
*/
33621
+
public function getUetTagAuthKeyAsyncWithHttpInfo($GetUetTagAuthKeyRequest, string $contentType = self::contentTypes['getUetTagAuthKey'][0])
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getUetTagAuthKey'] to see the possible values for this operation
33643
+
*
33644
+
* @throws \InvalidArgumentException
33645
+
* @return \GuzzleHttp\Psr7\Request
33646
+
*/
33647
+
public function getUetTagAuthKeyRequest($GetUetTagAuthKeyRequest, string $contentType = self::contentTypes['getUetTagAuthKey'][0])
33648
+
{
33649
+
33650
+
// verify the required parameter 'GetUetTagAuthKeyRequest' is set
0 commit comments