Class: Google::Apis::MigrationcenterV1alpha1::AssetsExportJobExportCondition
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::AssetsExportJobExportCondition
- 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
Conditions for selecting assets to export.
Instance Attribute Summary collapse
-
#filter ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AssetsExportJobExportCondition
constructor
A new instance of AssetsExportJobExportCondition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AssetsExportJobExportCondition
Returns a new instance of AssetsExportJobExportCondition.
1160 1161 1162 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1160 def initialize(**args) update!(**args) end |
Instance Attribute Details
#filter ⇒ String
Optional. Assets filter, supports the same syntax as asset listing.
Corresponds to the JSON property filter
1158 1159 1160 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1158 def filter @filter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1165 1166 1167 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1165 def update!(**args) @filter = args[:filter] if args.key?(:filter) end |