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 [String]
filtering_status[RW]
The filtering status code. Please refer to the creative-status-codes.txt file for different statuses. Corresponds to the JSON property `filteringStatus` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 714 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 719 def update!(**args) @filtering_count = args[:filtering_count] if args.key?(:filtering_count) @filtering_status = args[:filtering_status] if args.key?(:filtering_status) end