class Google::Apis::AdexchangebuyerV1_3::Creative::FilteringReasons
The filtering reasons for the creative. Read-only. This field should not be set in requests.
Attributes
date[RW]
The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST. Corresponds to the JSON property `date` @return [String]
reasons[RW]
The filtering reasons. Corresponds to the JSON property `reasons` @return [Array<Google::Apis::AdexchangebuyerV1_3::Creative::FilteringReasons::Reason>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer_v1_3/classes.rb, line 551 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_3/classes.rb, line 556 def update!(**args) @date = args[:date] if args.key?(:date) @reasons = args[:reasons] if args.key?(:reasons) end