Show / Hide Table of Contents

Class Network

The Network resource.

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

Constructors

Network()

Declaration
public Network()

Network(Network)

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

Properties

CurrencyCode

Output only. Primary currency code, in ISO-4217 format.

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

DisplayName

Optional. Display name for Network.

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

EffectiveRootAdUnit

Output only. Top most Ad Unit to which descendant Ad Units can be added. Format: networks/{network_code}/adUnit/{ad_unit_id}

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

EffectiveRootAdUnitAsAdUnitName

AdUnitName-typed view over the EffectiveRootAdUnit resource name property.

Declaration
public AdUnitName EffectiveRootAdUnitAsAdUnitName { get; set; }
Property Value
Type Description
AdUnitName

Name

Identifier. The resource name of the Network. Format: networks/{network_code}

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

NetworkCode

Output only. Network Code.

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

NetworkId

Output only. Network ID.

Declaration
public long NetworkId { get; set; }
Property Value
Type Description
long

NetworkName

NetworkName-typed view over the Name resource name property.

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

PropertyCode

Output only. Property code.

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

SecondaryCurrencyCodes

Optional. Currency codes that can be used as an alternative to the primary currency code for trafficking Line Items.

Declaration
public RepeatedField<string> SecondaryCurrencyCodes { get; }
Property Value
Type Description
RepeatedField<string>

TestNetwork

Output only. Whether this is a test network.

Declaration
public bool TestNetwork { get; set; }
Property Value
Type Description
bool

TimeZone

Output only. Time zone associated with the delivery of orders and reporting.

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