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
@@ -21,6 +21,7 @@ defmodule GoogleApi.TagManager.V2.Model.GalleryReference do
21
21
22
22
## Attributes
23
23
24
+
* `galleryTemplateId` (*type:* `String.t`, *default:* `nil`) - ID for the gallery template that is generated once during first sync and travels with the template redirects.
24
25
* `host` (*type:* `String.t`, *default:* `nil`) - The name of the host for the community gallery template.
25
26
* `isModified` (*type:* `boolean()`, *default:* `nil`) - If a user has manually edited the community gallery template.
26
27
* `owner` (*type:* `String.t`, *default:* `nil`) - The name of the owner for the community gallery template.
@@ -33,6 +34,7 @@ defmodule GoogleApi.TagManager.V2.Model.GalleryReference do
33
34
useGoogleApi.Gax.ModelBase
34
35
35
36
@typet::%__MODULE__{
37
+
:galleryTemplateId=>String.t()|nil,
36
38
:host=>String.t()|nil,
37
39
:isModified=>boolean()|nil,
38
40
:owner=>String.t()|nil,
@@ -42,6 +44,7 @@ defmodule GoogleApi.TagManager.V2.Model.GalleryReference do
0 commit comments