Class: Google::Apis::AndroidmanagementV1::RemoveEsimParams

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

Parameters associated with the REMOVE_ESIM command to remove an eSIM profile from the device.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RemoveEsimParams

Returns a new instance of RemoveEsimParams.



6355
6356
6357
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6355

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

Instance Attribute Details

#icc_idString

Required. ICC ID of the eSIM profile to be deleted. Corresponds to the JSON property iccId

Returns:

  • (String)


6353
6354
6355
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6353

def icc_id
  @icc_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6360
6361
6362
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6360

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