class Google::Apis::DisplayvideoV1::InventorySourceGroup
A collection of targetable inventory sources.
Attributes
display_name[RW]
Required. The display name of the inventory source group. Must be UTF-8 encoded with a maximum size of 240 bytes. Corresponds to the JSON property `displayName` @return [String]
inventory_source_group_id[RW]
Output only. The unique ID of the inventory source group. Assigned by the system. Corresponds to the JSON property `inventorySourceGroupId` @return [Fixnum]
name[RW]
Output only. The resource name of the inventory source group. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 5537 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/displayvideo_v1/classes.rb, line 5542 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) @inventory_source_group_id = args[:inventory_source_group_id] if args.key?(:inventory_source_group_id) @name = args[:name] if args.key?(:name) end