GoogleApi.TagManager.V2.Model.RevertBuiltInVariableResponse (google_api_tag_manager v0.24.0)
View SourceThe result of reverting a built-in variable in a workspace.
Attributes
-
enabled
(type:boolean()
, default:nil
) - Whether the built-in variable is enabled after reversion.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TagManager.V2.Model.RevertBuiltInVariableResponse{ enabled: boolean() | nil }