Class: Google::Apis::AndroidmanagementV1::EuiccChipInfo
- Inherits:
-
Object
- Object
- Google::Apis::AndroidmanagementV1::EuiccChipInfo
- 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 eUICC chip.
Instance Attribute Summary collapse
-
#eid ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EuiccChipInfo
constructor
A new instance of EuiccChipInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EuiccChipInfo
Returns a new instance of EuiccChipInfo.
3133 3134 3135 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3133 def initialize(**args) update!(**args) end |
Instance Attribute Details
#eid ⇒ String
Output only. The Embedded Identity Document (EID) that identifies the eUICC
chip for each eUICC chip on the device. This is available on company owned
devices running Android 13 and above.
Corresponds to the JSON property eid
3131 3132 3133 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3131 def eid @eid end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3138 3139 3140 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3138 def update!(**args) @eid = args[:eid] if args.key?(:eid) end |