Show / Hide Table of Contents

Class GetDeviceCapabilityRequest

Request object for GetDeviceCapability method.

Inheritance
object
GetDeviceCapabilityRequest
Implements
IMessage<GetDeviceCapabilityRequest>
IEquatable<GetDeviceCapabilityRequest>
IDeepCloneable<GetDeviceCapabilityRequest>
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 GetDeviceCapabilityRequest : IMessage<GetDeviceCapabilityRequest>, IEquatable<GetDeviceCapabilityRequest>, IDeepCloneable<GetDeviceCapabilityRequest>, IBufferMessage, IMessage

Constructors

GetDeviceCapabilityRequest()

Declaration
public GetDeviceCapabilityRequest()

GetDeviceCapabilityRequest(GetDeviceCapabilityRequest)

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

Properties

DeviceCapabilityName

DeviceCapabilityName-typed view over the Name resource name property.

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

Name

Required. The resource name of the DeviceCapability. Format: networks/{network_code}/deviceCapabilities/{device_capability_id}

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