class Google::Apis::AdexchangebuyerV1_4::TargetingValueCreativeSize

Attributes

companion_sizes[RW]

For video size type, the list of companion sizes. Corresponds to the JSON property `companionSizes` @return [Array<Google::Apis::AdexchangebuyerV1_4::TargetingValueSize>]

creative_size_type[RW]

The Creative size type. Corresponds to the JSON property `creativeSizeType` @return [String]

size[RW]

For regular or video creative size type, specifies the size of the creative. Corresponds to the JSON property `size` @return [Google::Apis::AdexchangebuyerV1_4::TargetingValueSize]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 3078
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 3083
def update!(**args)
  @companion_sizes = args[:companion_sizes] if args.key?(:companion_sizes)
  @creative_size_type = args[:creative_size_type] if args.key?(:creative_size_type)
  @size = args[:size] if args.key?(:size)
end