Class Network
The Network resource.
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}/adUnits/{ad_unit}
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 |
HasCurrencyCode
Gets whether the "currency_code" field is set
Declaration
public bool HasCurrencyCode { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasDisplayName
Gets whether the "display_name" field is set
Declaration
public bool HasDisplayName { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasEffectiveRootAdUnit
Gets whether the "effective_root_ad_unit" field is set
Declaration
public bool HasEffectiveRootAdUnit { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasNetworkCode
Gets whether the "network_code" field is set
Declaration
public bool HasNetworkCode { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasNetworkId
Gets whether the "network_id" field is set
Declaration
public bool HasNetworkId { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasPropertyCode
Gets whether the "property_code" field is set
Declaration
public bool HasPropertyCode { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasTestNetwork
Gets whether the "test_network" field is set
Declaration
public bool HasTestNetwork { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasTimeZone
Gets whether the "time_zone" field is set
Declaration
public bool HasTimeZone { get; }
Property Value
| Type | Description |
|---|---|
| bool |
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 |