Class: Google::Apis::AdexchangebuyerV1_3::Creative::AdTechnologyProviders
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_3::Creative::AdTechnologyProviders
- 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
Instance Attribute Summary collapse
-
#detected_provider_ids ⇒ Array<Fixnum>
Corresponds to the JSON property
detectedProviderIds
. -
#has_unidentified_provider ⇒ Boolean
(also: #has_unidentified_provider?)
Corresponds to the JSON property
hasUnidentifiedProvider
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AdTechnologyProviders
constructor
A new instance of AdTechnologyProviders.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AdTechnologyProviders
Returns a new instance of AdTechnologyProviders
461 462 463 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 461 def initialize(**args) update!(**args) end |
Instance Attribute Details
#detected_provider_ids ⇒ Array<Fixnum>
Corresponds to the JSON property detectedProviderIds
453 454 455 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 453 def detected_provider_ids @detected_provider_ids end |
#has_unidentified_provider ⇒ Boolean Also known as: has_unidentified_provider?
Corresponds to the JSON property hasUnidentifiedProvider
458 459 460 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 458 def has_unidentified_provider @has_unidentified_provider end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
466 467 468 469 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 466 def update!(**args) @detected_provider_ids = args[:detected_provider_ids] if args.key?(:detected_provider_ids) @has_unidentified_provider = args[:has_unidentified_provider] if args.key?(:has_unidentified_provider) end |