Show / Hide Table of Contents

Class ChildPublisher

The [ChildPublisher][google.ads.admanager.v1.ChildPublisher] resource.

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

Constructors

ChildPublisher()

Declaration
public ChildPublisher()

ChildPublisher(ChildPublisher)

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

Properties

ChildPublisherName

ChildPublisherName-typed view over the Name resource name property.

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

Name

Identifier. The resource name of the [ChildPublisher][google.ads.admanager.v1.ChildPublisher]. Format: networks/{network_code}/childPublishers/{child_publisher_id}

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