Class: Google::Apis::MigrationcenterV1alpha1::SignedUriDestination
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::SignedUriDestination
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/migrationcenter_v1alpha1/classes.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb
Overview
Signed URI destination configuration.
Instance Attribute Summary collapse
-
#file_format ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SignedUriDestination
constructor
A new instance of SignedUriDestination.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SignedUriDestination
Returns a new instance of SignedUriDestination.
6862 6863 6864 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6862 def initialize(**args) update!(**args) end |
Instance Attribute Details
#file_format ⇒ String
Required. The file format to export.
Corresponds to the JSON property fileFormat
6860 6861 6862 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6860 def file_format @file_format end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6867 6868 6869 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6867 def update!(**args) @file_format = args[:file_format] if args.key?(:file_format) end |