Show / Hide Table of Contents

Class GetMobileDeviceRequest

Request object for GetMobileDevice method.

Inheritance
object
GetMobileDeviceRequest
Implements
IMessage<GetMobileDeviceRequest>
IEquatable<GetMobileDeviceRequest>
IDeepCloneable<GetMobileDeviceRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class GetMobileDeviceRequest : IMessage<GetMobileDeviceRequest>, IEquatable<GetMobileDeviceRequest>, IDeepCloneable<GetMobileDeviceRequest>, IBufferMessage, IMessage

Constructors

GetMobileDeviceRequest()

Declaration
public GetMobileDeviceRequest()

GetMobileDeviceRequest(GetMobileDeviceRequest)

Declaration
public GetMobileDeviceRequest(GetMobileDeviceRequest other)
Parameters
Type Name Description
GetMobileDeviceRequest other

Properties

MobileDeviceName

MobileDeviceName-typed view over the Name resource name property.

Declaration
public MobileDeviceName MobileDeviceName { get; set; }
Property Value
Type Description
MobileDeviceName

Name

Required. The resource name of the MobileDevice. Format: networks/{network_code}/mobileDevices/{mobile_device_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX