Class: Google::Apis::TranscoderV1::Aes128Encryption
- Inherits:
-
Object
- Object
- Google::Apis::TranscoderV1::Aes128Encryption
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/transcoder_v1/classes.rb,
lib/google/apis/transcoder_v1/representations.rb,
lib/google/apis/transcoder_v1/representations.rb
Overview
Configuration for AES-128 encryption.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Aes128Encryption
constructor
A new instance of Aes128Encryption.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Aes128Encryption
Returns a new instance of Aes128Encryption.
49 50 51 |
# File 'lib/google/apis/transcoder_v1/classes.rb', line 49 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
54 55 |
# File 'lib/google/apis/transcoder_v1/classes.rb', line 54 def update!(**args) end |