Class: Google::Apis::AdexchangebuyerV1_3::Creative::FilteringReasons

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

Overview

The filtering reasons for the creative. Read-only. This field should not be set in requests.

Defined Under Namespace

Classes: Reason

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ FilteringReasons

Returns a new instance of FilteringReasons.



505
506
507
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 505

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

Instance Attribute Details

#dateString

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

Returns:

  • (String)


498
499
500
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 498

def date
  @date
end

#reasonsArray<Google::Apis::AdexchangebuyerV1_3::Creative::FilteringReasons::Reason>

The filtering reasons. Corresponds to the JSON property reasons



503
504
505
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 503

def reasons
  @reasons
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



510
511
512
513
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 510

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