Show / Hide Table of Contents

Class GetDeviceCategoryRequest

Request object for GetDeviceCategory method.

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

Constructors

GetDeviceCategoryRequest()

Declaration
public GetDeviceCategoryRequest()

GetDeviceCategoryRequest(GetDeviceCategoryRequest)

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

Properties

DeviceCategoryName

DeviceCategoryName-typed view over the Name resource name property.

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

Name

Required. The resource name of the DeviceCategory. Format: networks/{network_code}/deviceCategories/{device_category_id}

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