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]
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