Class: Google::Apis::DfareportingV4::PlacementSingleConversionDomain

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PlacementSingleConversionDomain

Returns a new instance of PlacementSingleConversionDomain.



10480
10481
10482
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 10480

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

Instance Attribute Details

#conversion_domain_idFixnum

Corresponds to the JSON property conversionDomainId

Returns:

  • (Fixnum)


10473
10474
10475
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 10473

def conversion_domain_id
  @conversion_domain_id
end

#conversion_domain_valueString

Corresponds to the JSON property conversionDomainValue

Returns:

  • (String)


10478
10479
10480
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 10478

def conversion_domain_value
  @conversion_domain_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10485
10486
10487
10488
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 10485

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