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.



1390
1391
1392
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 1390

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)


1383
1384
1385
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 1383

def container_config
  @container_config
end

#snippetString

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

Returns:

  • (String)


1388
1389
1390
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 1388

def snippet
  @snippet
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1395
1396
1397
1398
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 1395

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