Show / Hide Table of Contents

Class OperatingSystem

Represents a device's operating system.

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

Constructors

OperatingSystem()

Declaration
public OperatingSystem()

OperatingSystem(OperatingSystem)

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

Properties

DisplayName

Output only. The name of the operating system.

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

Name

Identifier. The resource name of the OperatingSystem. Format: networks/{network_code}/operatingSystems/{operating_system_id}

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

OperatingSystemName

OperatingSystemName-typed view over the Name resource name property.

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