Class GoogleAppsCloudidentityDevicesV1WipeDeviceRequest
Request message for wiping all data on the device.
Inheritance
System.Object
GoogleAppsCloudidentityDevicesV1WipeDeviceRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class GoogleAppsCloudidentityDevicesV1WipeDeviceRequest : IDirectResponseSchema
Properties
Customer
Optional. Resource name of the customer. If you're
using this API for your own organization, use customers/my_customer If you're using this API to manage
another organization, use customers/{customer}, where customer is the customer to whom the device belongs.
Declaration
[JsonProperty("customer")]
public virtual string Customer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema