Class BandwidthGroup
Represents a group of bandwidths that are logically organized by some well known generic name such as 'Cable' or 'DSL'.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BandwidthGroup : IMessage<BandwidthGroup>, IEquatable<BandwidthGroup>, IDeepCloneable<BandwidthGroup>, IBufferMessage, IMessage
Constructors
BandwidthGroup()
Declaration
public BandwidthGroup()
BandwidthGroup(BandwidthGroup)
Declaration
public BandwidthGroup(BandwidthGroup other)
Parameters
| Type | Name | Description |
|---|---|---|
| BandwidthGroup | other |
Properties
BandwidthGroupName
BandwidthGroupName-typed view over the Name resource name property.
Declaration
public BandwidthGroupName BandwidthGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| BandwidthGroupName |
DisplayName
Output only. The localized name of the bandwidth group.
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 |
HasName
Gets whether the "name" field is set
Declaration
public bool HasName { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Identifier. The resource name of the BandwidthGroup.
Format: networks/{network_code}/bandwidthGroups/{bandwidth_group_id}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |