Class: Google::Apis::DisplayvideoV3::CombinedAudience

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

Overview

Describes a combined audience resource.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CombinedAudience

Returns a new instance of CombinedAudience.



3484
3485
3486
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 3484

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

Instance Attribute Details

#combined_audience_idFixnum

Output only. The unique ID of the combined audience. Assigned by the system. Corresponds to the JSON property combinedAudienceId

Returns:

  • (Fixnum)


3472
3473
3474
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 3472

def combined_audience_id
  @combined_audience_id
end

#display_nameString

Output only. The display name of the combined audience. . Corresponds to the JSON property displayName

Returns:

  • (String)


3477
3478
3479
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 3477

def display_name
  @display_name
end

#nameString

Output only. The resource name of the combined audience. Corresponds to the JSON property name

Returns:

  • (String)


3482
3483
3484
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 3482

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3489
3490
3491
3492
3493
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 3489

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