class Google::Apis::DisplayvideoV1::UniversalAdId

A creative identifier provided by a registry that is unique across all platforms. This is part of the VAST 4.0 standard.

Attributes

id[RW]

The unique creative identifier. Corresponds to the JSON property `id` @return [String]

registry[RW]

The registry provides unique creative identifiers. Corresponds to the JSON property `registry` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 9452
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 9457
def update!(**args)
  @id = args[:id] if args.key?(:id)
  @registry = args[:registry] if args.key?(:registry)
end