Show / Hide Table of Contents

Class GetMobileDeviceSubmodelRequest

Request object for GetMobileDeviceSubmodel method.

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

Constructors

GetMobileDeviceSubmodelRequest()

Declaration
public GetMobileDeviceSubmodelRequest()

GetMobileDeviceSubmodelRequest(GetMobileDeviceSubmodelRequest)

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

Properties

MobileDeviceSubmodelName

MobileDeviceSubmodelName-typed view over the Name resource name property.

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

Name

Required. The resource name of the MobileDeviceSubmodel. Format: networks/{network_code}/mobileDeviceSubmodels/{mobile_device_submodel_id}

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