Show / Hide Table of Contents

Class GetBandwidthGroupRequest

Request object for GetBandwidthGroup method.

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

Constructors

GetBandwidthGroupRequest()

Declaration
public GetBandwidthGroupRequest()

GetBandwidthGroupRequest(GetBandwidthGroupRequest)

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

Properties

BandwidthGroupName

BandwidthGroupName-typed view over the Name resource name property.

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

Name

Required. 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
In this article
Back to top Generated by DocFX