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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
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::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ FilteringReasons

Returns a new instance of FilteringReasons



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

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)


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

def date
  @date
end

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

The filtering reasons. Corresponds to the JSON property reasons



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

def reasons
  @reasons
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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