Class: Google::Apis::DisplayvideoV3::GoogleBytestreamMedia
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::GoogleBytestreamMedia
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb
Overview
Media resource.
Instance Attribute Summary collapse
-
#resource_name ⇒ String
Name of the media resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleBytestreamMedia
constructor
A new instance of GoogleBytestreamMedia.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleBytestreamMedia
Returns a new instance of GoogleBytestreamMedia.
7565 7566 7567 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 7565 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_name ⇒ String
Name of the media resource.
Corresponds to the JSON property resourceName
7563 7564 7565 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 7563 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7570 7571 7572 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 7570 def update!(**args) @resource_name = args[:resource_name] if args.key?(:resource_name) end |