class Google::Apis::AdexchangebuyerV1_4::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_4::Creative::FilteringReasons::Reason>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 688
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 693
def update!(**args)
  @date = args[:date] if args.key?(:date)
  @reasons = args[:reasons] if args.key?(:reasons)
end