class Google::Apis::AdexchangebuyerV1_4::Creative::FilteringReasons::Reason

Attributes

filtering_count[RW]

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` @return [Fixnum]

filtering_status[RW]

The filtering status code as defined in creative-status-codes.txt. Corresponds to the JSON property `filteringStatus` @return [Fixnum]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 875
def update!(**args)
  @filtering_count = args[:filtering_count] if args.key?(:filtering_count)
  @filtering_status = args[:filtering_status] if args.key?(:filtering_status)
end