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.
968 969 970 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 968 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
966 967 968 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 966 def filter @filter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
973 974 975 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 973 def update!(**args) @filter = args[:filter] if args.key?(:filter) end |