You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/tag_manager/lib/google_api/tag_manager/v2/model/gallery_reference.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ defmodule GoogleApi.TagManager.V2.Model.GalleryReference do
26
26
* `owner` (*type:* `String.t`, *default:* `nil`) - The name of the owner for the community gallery template.
27
27
* `repository` (*type:* `String.t`, *default:* `nil`) - The name of the repository for the community gallery template.
28
28
* `signature` (*type:* `String.t`, *default:* `nil`) - The signature of the community gallery template as computed at import time. This value is recomputed whenever the template is updated from the gallery.
29
+
* `templateDeveloperId` (*type:* `String.t`, *default:* `nil`) - The developer id of the community gallery template. This value is set whenever the template is created from the gallery.
29
30
* `version` (*type:* `String.t`, *default:* `nil`) - The version of the community gallery template.
30
31
"""
31
32
@@ -37,6 +38,7 @@ defmodule GoogleApi.TagManager.V2.Model.GalleryReference do
37
38
:owner=>String.t()|nil,
38
39
:repository=>String.t()|nil,
39
40
:signature=>String.t()|nil,
41
+
:templateDeveloperId=>String.t()|nil,
40
42
:version=>String.t()|nil
41
43
}
42
44
@@ -45,6 +47,7 @@ defmodule GoogleApi.TagManager.V2.Model.GalleryReference do
0 commit comments