Class: Google::Apis::AndroidmanagementV1::EsimInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EsimInfo

Returns a new instance of EsimInfo.



3112
3113
3114
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3112

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#icc_idString

Output only. ICC ID of the eSIM. Corresponds to the JSON property iccId

Returns:

  • (String)


3110
3111
3112
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3110

def icc_id
  @icc_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3117
3118
3119
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3117

def update!(**args)
  @icc_id = args[:icc_id] if args.key?(:icc_id)
end