Class: Google::Apis::AndroidmanagementV1::EsimInfo
- Inherits:
-
Object
- Object
- Google::Apis::AndroidmanagementV1::EsimInfo
- 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
Details of the eSIM added or removed.
Instance Attribute Summary collapse
-
#icc_id ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EsimInfo
constructor
A new instance of EsimInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EsimInfo
Returns a new instance of EsimInfo.
3085 3086 3087 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3085 def initialize(**args) update!(**args) end |
Instance Attribute Details
#icc_id ⇒ String
Output only. ICC ID of the eSIM.
Corresponds to the JSON property iccId
3083 3084 3085 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3083 def icc_id @icc_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3090 3091 3092 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3090 def update!(**args) @icc_id = args[:icc_id] if args.key?(:icc_id) end |