Skip to content

Commit

Permalink
fix(firebasedynamiclinks): 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 465d588 commit 5eeecad
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/apis/firebasedynamiclinks/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1243,20 +1243,14 @@ export namespace firebasedynamiclinks_v1 {
options:
| MethodOptions
| BodyResponseCallback<Schema$GetIosPostInstallAttributionResponse>,
callback: BodyResponseCallback<
Schema$GetIosPostInstallAttributionResponse
>
callback: BodyResponseCallback<Schema$GetIosPostInstallAttributionResponse>
): void;
installAttribution(
params: Params$Resource$V1$Installattribution,
callback: BodyResponseCallback<
Schema$GetIosPostInstallAttributionResponse
>
callback: BodyResponseCallback<Schema$GetIosPostInstallAttributionResponse>
): void;
installAttribution(
callback: BodyResponseCallback<
Schema$GetIosPostInstallAttributionResponse
>
callback: BodyResponseCallback<Schema$GetIosPostInstallAttributionResponse>
): void;
installAttribution(
paramsOrCallback?:
Expand Down

0 comments on commit 5eeecad

Please sign in to comment.