File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
lib/google_api/you_tube/v3 Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111
1212``` elixir
1313def deps do
14- [{:google_api_you_tube , " ~> 0.49 " }]
14+ [{:google_api_you_tube , " ~> 0.50 " }]
1515end
1616```
1717
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ defmodule GoogleApi.YouTube.V3 do
2020 API client metadata for GoogleApi.YouTube.V3.
2121 """
2222
23- @ discovery_revision "20241010 "
23+ @ discovery_revision "20241022 "
2424
2525 def discovery_revision ( ) , do: @ discovery_revision
2626end
Original file line number Diff line number Diff line change 1717
1818defmodule GoogleApi.YouTube.V3.Model.InvideoBranding do
1919 @ moduledoc """
20- LINT.IfChange Describes an invideo branding.
20+ Describes an invideo branding.
2121
2222 ## Attributes
2323
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ defmodule GoogleApi.YouTube.V3.Model.TestItem do
2121
2222 ## Attributes
2323
24+ * `etag` (*type:* `String.t`, *default:* `nil`) - Etag for the resource. See https://en.wikipedia.org/wiki/HTTP_ETag.
2425 * `featuredPart` (*type:* `boolean()`, *default:* `nil`) -
2526 * `gaia` (*type:* `String.t`, *default:* `nil`) -
2627 * `id` (*type:* `String.t`, *default:* `nil`) -
@@ -30,12 +31,14 @@ defmodule GoogleApi.YouTube.V3.Model.TestItem do
3031 use GoogleApi.Gax.ModelBase
3132
3233 @ type t :: % __MODULE__ {
34+ :etag => String . t ( ) | nil ,
3335 :featuredPart => boolean ( ) | nil ,
3436 :gaia => String . t ( ) | nil ,
3537 :id => String . t ( ) | nil ,
3638 :snippet => GoogleApi.YouTube.V3.Model.TestItemTestItemSnippet . t ( ) | nil
3739 }
3840
41+ field ( :etag )
3942 field ( :featuredPart )
4043 field ( :gaia )
4144 field ( :id )
Original file line number Diff line number Diff line change 1818defmodule GoogleApi.YouTube.Mixfile do
1919 use Mix.Project
2020
21- @ version "0.49 .0"
21+ @ version "0.50 .0"
2222
2323 def project ( ) do
2424 [
You can’t perform that action at this time.
0 commit comments