Show / Hide Table of Contents

Class GetNetworkRequest

Request to get Network

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

Constructors

GetNetworkRequest()

Declaration
public GetNetworkRequest()

GetNetworkRequest(GetNetworkRequest)

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

Properties

Name

Required. Resource name of Network. Format: networks/{network_code}

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

NetworkName

NetworkName-typed view over the Name resource name property.

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