Class: Google::Apis::DisplayvideoV3::EditGuaranteedOrderReadAccessorsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::EditGuaranteedOrderReadAccessorsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb
Instance Attribute Summary collapse
-
#read_access_inherited ⇒ Boolean
(also: #read_access_inherited?)
Whether all advertisers of read_write_partner_id have read access to the guaranteed order.
-
#read_advertiser_ids ⇒ Array<Fixnum>
The IDs of advertisers with read access to the guaranteed order.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EditGuaranteedOrderReadAccessorsResponse
constructor
A new instance of EditGuaranteedOrderReadAccessorsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EditGuaranteedOrderReadAccessorsResponse
Returns a new instance of EditGuaranteedOrderReadAccessorsResponse.
5835 5836 5837 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5835 def initialize(**args) update!(**args) end |
Instance Attribute Details
#read_access_inherited ⇒ Boolean Also known as: read_access_inherited?
Whether all advertisers of read_write_partner_id have read access to the
guaranteed order.
Corresponds to the JSON property readAccessInherited
5827 5828 5829 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5827 def read_access_inherited @read_access_inherited end |
#read_advertiser_ids ⇒ Array<Fixnum>
The IDs of advertisers with read access to the guaranteed order.
Corresponds to the JSON property readAdvertiserIds
5833 5834 5835 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5833 def read_advertiser_ids @read_advertiser_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5840 5841 5842 5843 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5840 def update!(**args) @read_access_inherited = args[:read_access_inherited] if args.key?(:read_access_inherited) @read_advertiser_ids = args[:read_advertiser_ids] if args.key?(:read_advertiser_ids) end |