class Google::Apis::DisplayvideoV1::GoogleAudience
Describes a Google
audience resource. Includes Google
audience lists.
Attributes
display_name[RW]
Output only. The display name of the Google
audience. . Corresponds to the JSON property `displayName` @return [String]
google_audience_id[RW]
Output only. The unique ID of the Google
audience. Assigned by the system. Corresponds to the JSON property `googleAudienceId` @return [Fixnum]
google_audience_type[RW]
Output only. The type of Google
audience. . Corresponds to the JSON property `googleAudienceType` @return [String]
name[RW]
Output only. The resource name of the google 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 4851 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 4856 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) @google_audience_id = args[:google_audience_id] if args.key?(:google_audience_id) @google_audience_type = args[:google_audience_type] if args.key?(:google_audience_type) @name = args[:name] if args.key?(:name) end