Show / Hide Table of Contents

Class StartLostModeParams

Parameters associated with the START_LOST_MODE command to put the device into lost mode. At least one of the parameters, not including the organization name, must be provided in order for the device to be put into lost mode.

Inheritance
object
StartLostModeParams
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 StartLostModeParams : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LostEmailAddress

The email address displayed to the user when the device is in lost mode.

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

LostMessage

The message displayed to the user when the device is in lost mode.

Declaration
[JsonProperty("lostMessage")]
public virtual UserFacingMessage LostMessage { get; set; }
Property Value
Type Description
UserFacingMessage

LostOrganization

The organization name displayed to the user when the device is in lost mode.

Declaration
[JsonProperty("lostOrganization")]
public virtual UserFacingMessage LostOrganization { get; set; }
Property Value
Type Description
UserFacingMessage

LostPhoneNumber

The phone number that will be called when the device is in lost mode and the call owner button is tapped.

Declaration
[JsonProperty("lostPhoneNumber")]
public virtual UserFacingMessage LostPhoneNumber { get; set; }
Property Value
Type Description
UserFacingMessage

LostStreetAddress

The street address displayed to the user when the device is in lost mode.

Declaration
[JsonProperty("lostStreetAddress")]
public virtual UserFacingMessage LostStreetAddress { get; set; }
Property Value
Type Description
UserFacingMessage

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX