Show / Hide Table of Contents

Class OperatingSystemVersion

Represents a specific version of an operating system.

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

Constructors

OperatingSystemVersion()

Declaration
public OperatingSystemVersion()

OperatingSystemVersion(OperatingSystemVersion)

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

Properties

HasMajorVersion

Gets whether the "major_version" field is set

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

HasMicroVersion

Gets whether the "micro_version" field is set

Declaration
public bool HasMicroVersion { 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 operating system.

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

MicroVersion

Output only. The micro version of the operating system.

Declaration
public int MicroVersion { get; set; }
Property Value
Type Description
int

MinorVersion

Output only. The minor version of the operating system.

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

Name

Identifier. The resource name of the OperatingSystemVersion. Format: networks/{network_code}/operatingSystemVersions/{operating_system_version_id}

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

OperatingSystemVersionName

OperatingSystemVersionName-typed view over the Name resource name property.

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