Class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalBulkCreateDeviceResponse
- Inherits:
-
Object
- Object
- Google::Apis::ProdTtSasportalV1alpha1::SasPortalBulkCreateDeviceResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/prod_tt_sasportal_v1alpha1/classes.rb,
generated/google/apis/prod_tt_sasportal_v1alpha1/representations.rb,
generated/google/apis/prod_tt_sasportal_v1alpha1/representations.rb
Overview
Response for BulkCreateDevice method.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ SasPortalBulkCreateDeviceResponse
constructor
A new instance of SasPortalBulkCreateDeviceResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SasPortalBulkCreateDeviceResponse
Returns a new instance of SasPortalBulkCreateDeviceResponse.
82 83 84 |
# File 'generated/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 82 def initialize(**args) update!(**args) end |
Instance Attribute Details
#devices ⇒ Array<Google::Apis::ProdTtSasportalV1alpha1::SasPortalDevice>
Required. The devices that were imported.
Corresponds to the JSON property devices
80 81 82 |
# File 'generated/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 80 def devices @devices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
87 88 89 |
# File 'generated/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 87 def update!(**args) @devices = args[:devices] if args.key?(:devices) end |