Class: Google::Apis::AdexchangebuyerV1_4::Creative::AdTechnologyProviders
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::Creative::AdTechnologyProviders
- 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
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
734 735 736 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 734 def initialize(**args) update!(**args) end |
Instance Attribute Details
#detected_provider_ids ⇒ Array<Fixnum>
Corresponds to the JSON property detectedProviderIds
726 727 728 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 726 def detected_provider_ids @detected_provider_ids end |
#has_unidentified_provider ⇒ Boolean Also known as: has_unidentified_provider?
Corresponds to the JSON property hasUnidentifiedProvider
731 732 733 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 731 def has_unidentified_provider @has_unidentified_provider end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
739 740 741 742 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 739 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 |