We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8acc1b commit cebf3aaCopy full SHA for cebf3aa
clients/css/lib/google_api/css/v1/api/accounts.ex
@@ -605,7 +605,7 @@ defmodule GoogleApi.CSS.V1.Api.Accounts do
605
end
606
607
@doc """
608
- Lists the labels assigned to an account.
+ Lists the labels owned by an account.
609
610
## Parameters
611
clients/css/lib/google_api/css/v1/metadata.ex
@@ -20,7 +20,7 @@ defmodule GoogleApi.CSS.V1 do
20
API client metadata for GoogleApi.CSS.V1.
21
"""
22
23
- @discovery_revision "20240909"
+ @discovery_revision "20241104"
24
25
def discovery_revision(), do: @discovery_revision
26
clients/css/mix.exs
@@ -18,7 +18,7 @@
18
defmodule GoogleApi.CSS.Mixfile do
19
use Mix.Project
- @version "0.4.0"
+ @version "0.4.1"
def project() do
[
0 commit comments