class Google::Apis::DisplayvideoV1::CombinedAudience

Describes a combined audience resource.

Attributes

combined_audience_id[RW]

Output only. The unique ID of the combined audience. Assigned by the system. Corresponds to the JSON property `combinedAudienceId` @return [Fixnum]

display_name[RW]

Output only. The display name of the combined audience. . Corresponds to the JSON property `displayName` @return [String]

name[RW]

Output only. The resource name of the combined audience. 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 2612
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 2617
def update!(**args)
  @combined_audience_id = args[:combined_audience_id] if args.key?(:combined_audience_id)
  @display_name = args[:display_name] if args.key?(:display_name)
  @name = args[:name] if args.key?(:name)
end