Class: Google::Apis::TagmanagerV2::GetContainerSnippetResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/tagmanager_v2/classes.rb,
lib/google/apis/tagmanager_v2/representations.rb,
lib/google/apis/tagmanager_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GetContainerSnippetResponse

Returns a new instance of GetContainerSnippetResponse.



1421
1422
1423
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 1421

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#container_configString

Server container config param for manually provisioning a tagging server. Corresponds to the JSON property containerConfig

Returns:

  • (String)


1414
1415
1416
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 1414

def container_config
  @container_config
end

#snippetString

Tagging snippet for a Container. Corresponds to the JSON property snippet

Returns:

  • (String)


1419
1420
1421
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 1419

def snippet
  @snippet
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1426
1427
1428
1429
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 1426

def update!(**args)
  @container_config = args[:container_config] if args.key?(:container_config)
  @snippet = args[:snippet] if args.key?(:snippet)
end