Show / Hide Table of Contents

Class GetBrowserRequest

Request object for GetBrowser method.

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

Constructors

GetBrowserRequest()

Declaration
public GetBrowserRequest()

GetBrowserRequest(GetBrowserRequest)

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

Properties

BrowserName

BrowserName-typed view over the Name resource name property.

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

Name

Required. The resource name of the Browser. Format: networks/{network_code}/browsers/{browser_id}

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