Show / Hide Table of Contents

Class ListNetworksResponse

Response object for ListNetworks method.

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

Constructors

ListNetworksResponse()

Declaration
public ListNetworksResponse()

ListNetworksResponse(ListNetworksResponse)

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

Properties

Networks

The Networks a user has access to.

Declaration
public RepeatedField<Network> Networks { get; }
Property Value
Type Description
RepeatedField<Network>
In this article
Back to top Generated by DocFX