Show / Hide Table of Contents

Class Browser

Represents a browser, including its version.

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

Constructors

Browser()

Declaration
public Browser()

Browser(Browser)

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

Properties

BrowserName

BrowserName-typed view over the Name resource name property.

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

DisplayName

Output only. The display name of the browser, including version info.

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

HasDisplayName

Gets whether the "display_name" field is set

Declaration
public bool HasDisplayName { get; }
Property Value
Type Description
bool

HasMajorVersion

Gets whether the "major_version" field is set

Declaration
public bool HasMajorVersion { get; }
Property Value
Type Description
bool

HasMinorVersion

Gets whether the "minor_version" field is set

Declaration
public bool HasMinorVersion { get; }
Property Value
Type Description
bool

MajorVersion

Output only. The major version of the browser.

Declaration
public string MajorVersion { get; set; }
Property Value
Type Description
string

MinorVersion

Output only. The minor version of the browser.

Declaration
public string MinorVersion { get; set; }
Property Value
Type Description
string

Name

Identifier. The resource name of the Browser. Format: networks/{network_code}/browsers/{browser}

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