Class: Google::Apis::AndroidmanagementV1::EidInfo
- Inherits:
-
Object
- Object
- Google::Apis::AndroidmanagementV1::EidInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidmanagement_v1/classes.rb,
lib/google/apis/androidmanagement_v1/representations.rb,
lib/google/apis/androidmanagement_v1/representations.rb
Overview
Information related to the EIDs of the device.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ EidInfo
constructor
A new instance of EidInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EidInfo
Returns a new instance of EidInfo.
2777 2778 2779 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 2777 def initialize(**args) update!(**args) end |
Instance Attribute Details
#eids ⇒ Array<Google::Apis::AndroidmanagementV1::Eid>
Output only. EID information for each eUICC chip.
Corresponds to the JSON property eids
2775 2776 2777 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 2775 def eids @eids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2782 2783 2784 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 2782 def update!(**args) @eids = args[:eids] if args.key?(:eids) end |