Class: Google::Apis::AdexchangebuyerV1_4::Creative::FilteringReasons
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::Creative::FilteringReasons
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer_v1_4/classes.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb,
generated/google/apis/adexchangebuyer_v1_4/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
-
#date ⇒ String
The date in ISO 8601 format for the data.
-
#reasons ⇒ Array<Google::Apis::AdexchangebuyerV1_4::Creative::FilteringReasons::Reason>
The filtering reasons.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FilteringReasons
constructor
A new instance of FilteringReasons.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ FilteringReasons
Returns a new instance of FilteringReasons
800 801 802 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 800 def initialize(**args) update!(**args) end |
Instance Attribute Details
#date ⇒ String
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
793 794 795 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 793 def date @date end |
#reasons ⇒ Array<Google::Apis::AdexchangebuyerV1_4::Creative::FilteringReasons::Reason>
The filtering reasons.
Corresponds to the JSON property reasons
798 799 800 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 798 def reasons @reasons end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
805 806 807 808 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 805 def update!(**args) @date = args[:date] if args.key?(:date) @reasons = args[:reasons] if args.key?(:reasons) end |