Class: Google::Apis::DfareportingV3_5::CreativeGroupAssignment

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

Overview

Creative Group Assignment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CreativeGroupAssignment

Returns a new instance of CreativeGroupAssignment.



4376
4377
4378
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 4376

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

Instance Attribute Details

#creative_group_idFixnum

ID of the creative group to be assigned. Corresponds to the JSON property creativeGroupId

Returns:

  • (Fixnum)


4369
4370
4371
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 4369

def creative_group_id
  @creative_group_id
end

#creative_group_numberString

Creative group number of the creative group assignment. Corresponds to the JSON property creativeGroupNumber

Returns:

  • (String)


4374
4375
4376
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 4374

def creative_group_number
  @creative_group_number
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4381
4382
4383
4384
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 4381

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