Class: Google::Apis::TagmanagerV1::CreateContainerVersionResponse

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

Overview

Create container versions response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CreateContainerVersionResponse

Returns a new instance of CreateContainerVersionResponse.



423
424
425
# File 'lib/google/apis/tagmanager_v1/classes.rb', line 423

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

Instance Attribute Details

#compiler_errorBoolean Also known as: compiler_error?

Compiler errors or not. Corresponds to the JSON property compilerError

Returns:

  • (Boolean)


415
416
417
# File 'lib/google/apis/tagmanager_v1/classes.rb', line 415

def compiler_error
  @compiler_error
end

#container_versionGoogle::Apis::TagmanagerV1::ContainerVersion

Represents a Google Tag Manager Container Version. Corresponds to the JSON property containerVersion



421
422
423
# File 'lib/google/apis/tagmanager_v1/classes.rb', line 421

def container_version
  @container_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



428
429
430
431
# File 'lib/google/apis/tagmanager_v1/classes.rb', line 428

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