class Google::Apis::AdexchangesellerV2_0::CustomChannel
Attributes
Code of this custom channel, not necessarily unique across ad clients. Corresponds to the JSON property `code` @return [String]
Unique identifier of this custom channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format. Corresponds to the JSON property `id` @return [String]
Kind of resource this is, in this case adexchangeseller#customChannel. Corresponds to the JSON property `kind` @return [String]
Name of this custom channel. Corresponds to the JSON property `name` @return [String]
The targeting information of this custom channel, if activated. Corresponds to the JSON property `targetingInfo` @return [Google::Apis::AdexchangesellerV2_0::CustomChannel::TargetingInfo]
Public Class Methods
# File generated/google/apis/adexchangeseller_v2_0/classes.rb, line 279 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File generated/google/apis/adexchangeseller_v2_0/classes.rb, line 284 def update!(**args) @code = args[:code] if args.key?(:code) @id = args[:id] if args.key?(:id) @kind = args[:kind] if args.key?(:kind) @name = args[:name] if args.key?(:name) @targeting_info = args[:targeting_info] if args.key?(:targeting_info) end