Show / Hide Table of Contents

Class EsimCommandStatus

Status and error details (if present) of an ADD_ESIM or REMOVE_ESIM command.

Inheritance
object
EsimCommandStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class EsimCommandStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EsimInfo

Output only. Information about the eSIM added or removed. This is populated only when the eSIM operation status is SUCCESS.

Declaration
[JsonProperty("esimInfo")]
public virtual EsimInfo EsimInfo { get; set; }
Property Value
Type Description
EsimInfo

InternalErrorDetails

Output only. Details of the error if the status is set to INTERNAL_ERROR.

Declaration
[JsonProperty("internalErrorDetails")]
public virtual InternalErrorDetails InternalErrorDetails { get; set; }
Property Value
Type Description
InternalErrorDetails

Status

Output only. Status of an ADD_ESIM or REMOVE_ESIM command.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX