Class GetDeviceCategoryRequest
Request object for GetDeviceCategory method.
Implements
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 |