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.



9957
9958
9959
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9957

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

Instance Attribute Details

#conversion_domain_idFixnum

Corresponds to the JSON property conversionDomainId

Returns:

  • (Fixnum)


9950
9951
9952
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9950

def conversion_domain_id
  @conversion_domain_id
end

#conversion_domain_valueString

Corresponds to the JSON property conversionDomainValue

Returns:

  • (String)


9955
9956
9957
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9955

def conversion_domain_value
  @conversion_domain_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9962
9963
9964
9965
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 9962

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