Class: Google::Apis::DisplayvideoV1::UniversalAdId
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV1::UniversalAdId
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/google/apis/displayvideo_v1/representations.rb
Overview
A creative identifier provided by a registry that is unique across all platforms. This is part of the VAST 4.0 standard.
Instance Attribute Summary collapse
-
#id ⇒ String
The unique creative identifier.
-
#registry ⇒ String
The registry provides unique creative identifiers.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UniversalAdId
constructor
A new instance of UniversalAdId.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UniversalAdId
Returns a new instance of UniversalAdId.
8230 8231 8232 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 8230 def initialize(**args) update!(**args) end |
Instance Attribute Details
#id ⇒ String
The unique creative identifier.
Corresponds to the JSON property id
8223 8224 8225 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 8223 def id @id end |
#registry ⇒ String
The registry provides unique creative identifiers.
Corresponds to the JSON property registry
8228 8229 8230 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 8228 def registry @registry end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8235 8236 8237 8238 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 8235 def update!(**args) @id = args[:id] if args.key?(:id) @registry = args[:registry] if args.key?(:registry) end |