Class RemoveEsimParams
Parameters associated with the REMOVE_ESIM command to remove an eSIM profile from the device.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class RemoveEsimParams : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IccId
Required. ICC ID of the eSIM profile to be deleted.
Declaration
[JsonProperty("iccId")]
public virtual string IccId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |