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.



9247
9248
9249
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9247

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

Instance Attribute Details

#conversion_domain_idFixnum

Corresponds to the JSON property conversionDomainId

Returns:

  • (Fixnum)


9240
9241
9242
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9240

def conversion_domain_id
  @conversion_domain_id
end

#conversion_domain_valueString

Corresponds to the JSON property conversionDomainValue

Returns:

  • (String)


9245
9246
9247
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9245

def conversion_domain_value
  @conversion_domain_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9252
9253
9254
9255
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 9252

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