Class: Google::Apis::DfareportingV5::PlacementSingleConversionDomain

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PlacementSingleConversionDomain

Returns a new instance of PlacementSingleConversionDomain.



9991
9992
9993
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9991

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

Instance Attribute Details

#conversion_domain_idFixnum

Corresponds to the JSON property conversionDomainId

Returns:

  • (Fixnum)


9984
9985
9986
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9984

def conversion_domain_id
  @conversion_domain_id
end

#conversion_domain_valueString

Corresponds to the JSON property conversionDomainValue

Returns:

  • (String)


9989
9990
9991
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9989

def conversion_domain_value
  @conversion_domain_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9996
9997
9998
9999
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9996

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