Class: Google::Apis::AdexchangebuyerV1_3::Creative::FilteringReasons
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_3::Creative::FilteringReasons
- 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
-
#date ⇒ String
The date in ISO 8601 format for the data.
-
#reasons ⇒ Array<Google::Apis::AdexchangebuyerV1_3::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::Hashable
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
#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
498 499 500 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 498 def date @date end |
#reasons ⇒ Array<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 |