Skip to content

Commit eebb640

Browse files
github-actions[bot]github-actions
andauthored
Codes are generated by openapi generator (#621)
Co-authored-by: github-actions <github-actions@github.com>
1 parent ca35aea commit eebb640

File tree

63 files changed

+34162
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+34162
-106
lines changed

docs/classes/LINE-Clients-Liff-Model-UpdateLiffAppRequest.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ <h3 id="toc">
373373
<dt class="phpdocumentor-table-of-contents__entry -method -public">
374374
<a href="classes/LINE-Clients-Liff-Model-UpdateLiffAppRequest.html#method_getView">getView()</a>
375375
<span>
376-
&nbsp;: <a href="classes/LINE-Clients-Liff-Model-LiffView.html"><abbr title="\LINE\Clients\Liff\Model\LiffView">LiffView</abbr></a>|null </span>
376+
&nbsp;: <a href="classes/LINE-Clients-Liff-Model-UpdateLiffView.html"><abbr title="\LINE\Clients\Liff\Model\UpdateLiffView">UpdateLiffView</abbr></a>|null </span>
377377
</dt>
378378
<dd>Gets view</dd>
379379

@@ -870,7 +870,7 @@ <h4 class="phpdocumentor-element__name" id="property_openAPITypes">
870870
<span class="phpdocumentor-signature__visibility">protected</span>
871871
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__type">array&lt;string|int, string&gt;</span>
872872
<span class="phpdocumentor-signature__name">$openAPITypes</span>
873-
= <span class="phpdocumentor-signature__default-value">[&#039;view&#039; =&gt; &#039;\\LINE\\Clients\\Liff\\Model\\LiffView&#039;, &#039;description&#039; =&gt; &#039;string&#039;, &#039;features&#039; =&gt; &#039;\\LINE\\Clients\\Liff\\Model\\LiffFeatures&#039;, &#039;permanentLinkPattern&#039; =&gt; &#039;string&#039;, &#039;scope&#039; =&gt; &#039;\\LINE\\Clients\\Liff\\Model\\LiffScope[]&#039;, &#039;botPrompt&#039; =&gt; &#039;\\LINE\\Clients\\Liff\\Model\\LiffBotPrompt&#039;]</span></code>
873+
= <span class="phpdocumentor-signature__default-value">[&#039;view&#039; =&gt; &#039;\\LINE\\Clients\\Liff\\Model\\UpdateLiffView&#039;, &#039;description&#039; =&gt; &#039;string&#039;, &#039;features&#039; =&gt; &#039;\\LINE\\Clients\\Liff\\Model\\LiffFeatures&#039;, &#039;permanentLinkPattern&#039; =&gt; &#039;string&#039;, &#039;scope&#039; =&gt; &#039;\\LINE\\Clients\\Liff\\Model\\LiffScope[]&#039;, &#039;botPrompt&#039; =&gt; &#039;\\LINE\\Clients\\Liff\\Model\\LiffBotPrompt&#039;]</span></code>
874874

875875

876876

@@ -1282,14 +1282,14 @@ <h4 class="phpdocumentor-element__name" id="method_getView">
12821282

12831283
<code class="phpdocumentor-code phpdocumentor-signature ">
12841284
<span class="phpdocumentor-signature__visibility">public</span>
1285-
<span class="phpdocumentor-signature__name">getView</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/LINE-Clients-Liff-Model-LiffView.html"><abbr title="\LINE\Clients\Liff\Model\LiffView">LiffView</abbr></a>|null</span></code>
1285+
<span class="phpdocumentor-signature__name">getView</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/LINE-Clients-Liff-Model-UpdateLiffView.html"><abbr title="\LINE\Clients\Liff\Model\UpdateLiffView">UpdateLiffView</abbr></a>|null</span></code>
12861286

12871287

12881288

12891289

12901290

12911291
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
1292-
<span class="phpdocumentor-signature__response_type"><a href="classes/LINE-Clients-Liff-Model-LiffView.html"><abbr title="\LINE\Clients\Liff\Model\LiffView">LiffView</abbr></a>|null</span>
1292+
<span class="phpdocumentor-signature__response_type"><a href="classes/LINE-Clients-Liff-Model-UpdateLiffView.html"><abbr title="\LINE\Clients\Liff\Model\UpdateLiffView">UpdateLiffView</abbr></a>|null</span>
12931293
&mdash;
12941294

12951295

@@ -1998,14 +1998,14 @@ <h4 class="phpdocumentor-element__name" id="method_setView">
19981998

19991999
<code class="phpdocumentor-code phpdocumentor-signature ">
20002000
<span class="phpdocumentor-signature__visibility">public</span>
2001-
<span class="phpdocumentor-signature__name">setView</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/LINE-Clients-Liff-Model-LiffView.html"><abbr title="\LINE\Clients\Liff\Model\LiffView">LiffView</abbr></a>|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$view</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
2001+
<span class="phpdocumentor-signature__name">setView</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/LINE-Clients-Liff-Model-UpdateLiffView.html"><abbr title="\LINE\Clients\Liff\Model\UpdateLiffView">UpdateLiffView</abbr></a>|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$view</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
20022002

20032003

20042004
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
20052005
<dl class="phpdocumentor-argument-list">
20062006
<dt class="phpdocumentor-argument-list__entry">
20072007
<span class="phpdocumentor-signature__argument__name">$view</span>
2008-
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/LINE-Clients-Liff-Model-LiffView.html"><abbr title="\LINE\Clients\Liff\Model\LiffView">LiffView</abbr></a>|null</span>
2008+
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/LINE-Clients-Liff-Model-UpdateLiffView.html"><abbr title="\LINE\Clients\Liff\Model\UpdateLiffView">UpdateLiffView</abbr></a>|null</span>
20092009
</dt>
20102010
<dd class="phpdocumentor-argument-list__definition">
20112011
<section class="phpdocumentor-description"><p>view</p>

0 commit comments

Comments
 (0)