Class: Google::Apis::AdexchangebuyerV1_2::Creative::FilteringReasons::Reason

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Reason

Returns a new instance of Reason.



409
410
411
# File 'generated/google/apis/adexchangebuyer_v1_2/classes.rb', line 409

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

Instance Attribute Details

#filtering_countFixnum

The number of times the creative was filtered for the status. The count is aggregated across all publishers on the exchange. Corresponds to the JSON property filteringCount

Returns:

  • (Fixnum)


401
402
403
# File 'generated/google/apis/adexchangebuyer_v1_2/classes.rb', line 401

def filtering_count
  @filtering_count
end

#filtering_statusFixnum

The filtering status code. Please refer to the creative-status-codes.txt file for different statuses. Corresponds to the JSON property filteringStatus

Returns:

  • (Fixnum)


407
408
409
# File 'generated/google/apis/adexchangebuyer_v1_2/classes.rb', line 407

def filtering_status
  @filtering_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



414
415
416
417
# File 'generated/google/apis/adexchangebuyer_v1_2/classes.rb', line 414

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