class Google::Apis::TagmanagerV1::PublishContainerVersionResponse

Publish container version response.

Attributes

compiler_error[RW]

Compiler errors or not. Corresponds to the JSON property `compilerError` @return [Boolean]

compiler_error?[RW]

Compiler errors or not. Corresponds to the JSON property `compilerError` @return [Boolean]

container_version[RW]

Represents a Google Tag Manager Container Version. Corresponds to the JSON property `containerVersion` @return [Google::Apis::TagmanagerV1::ContainerVersion]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/tagmanager_v1/classes.rb, line 1026
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/tagmanager_v1/classes.rb, line 1031
def update!(**args)
  @compiler_error = args[:compiler_error] if args.key?(:compiler_error)
  @container_version = args[:container_version] if args.key?(:container_version)
end