Skip to content

Commit

Permalink
fix(adexchangebuyer): update the API
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Nov 30, 2020
1 parent 4dc31a6 commit ae890e0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/apis/adexchangebuyer/v1.4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7689,20 +7689,14 @@ export namespace adexchangebuyer_v1_4 {
options:
| MethodOptions
| BodyResponseCallback<Schema$GetPublisherProfilesByAccountIdResponse>,
callback: BodyResponseCallback<
Schema$GetPublisherProfilesByAccountIdResponse
>
callback: BodyResponseCallback<Schema$GetPublisherProfilesByAccountIdResponse>
): void;
list(
params: Params$Resource$Pubprofiles$List,
callback: BodyResponseCallback<
Schema$GetPublisherProfilesByAccountIdResponse
>
callback: BodyResponseCallback<Schema$GetPublisherProfilesByAccountIdResponse>
): void;
list(
callback: BodyResponseCallback<
Schema$GetPublisherProfilesByAccountIdResponse
>
callback: BodyResponseCallback<Schema$GetPublisherProfilesByAccountIdResponse>
): void;
list(
paramsOrCallback?:
Expand Down

0 comments on commit ae890e0

Please sign in to comment.