class Google::Apis::DisplayvideoV3::UniversalAdId

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

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @id = args[:id] if args.key?(:id)
  @registry = args[:registry] if args.key?(:registry)
end