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.



9414
9415
9416
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9414

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

Instance Attribute Details

#conversion_domain_idFixnum

Corresponds to the JSON property conversionDomainId

Returns:

  • (Fixnum)


9407
9408
9409
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9407

def conversion_domain_id
  @conversion_domain_id
end

#conversion_domain_valueString

Corresponds to the JSON property conversionDomainValue

Returns:

  • (String)


9412
9413
9414
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9412

def conversion_domain_value
  @conversion_domain_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9419
9420
9421
9422
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9419

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