Class: Google::Apis::DisplayvideoV3::EditGuaranteedOrderReadAccessorsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EditGuaranteedOrderReadAccessorsResponse

Returns a new instance of EditGuaranteedOrderReadAccessorsResponse.



5733
5734
5735
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5733

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#read_access_inheritedBoolean 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

Returns:

  • (Boolean)


5725
5726
5727
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5725

def read_access_inherited
  @read_access_inherited
end

#read_advertiser_idsArray<Fixnum>

The IDs of advertisers with read access to the guaranteed order. Corresponds to the JSON property readAdvertiserIds

Returns:

  • (Array<Fixnum>)


5731
5732
5733
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5731

def read_advertiser_ids
  @read_advertiser_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5738
5739
5740
5741
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5738

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