Show / Hide Table of Contents

Class BatchResendChildPublisherInvitationEmailsRequest

Request message for [BatchResendChildPublisherInvitationEmails][] method.

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

Constructors

BatchResendChildPublisherInvitationEmailsRequest()

Declaration
public BatchResendChildPublisherInvitationEmailsRequest()

BatchResendChildPublisherInvitationEmailsRequest(BatchResendChildPublisherInvitationEmailsRequest)

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

Properties

ChildPublisherNames

ChildPublisherName-typed view over the Names resource name property.

Declaration
public ResourceNameList<ChildPublisherName> ChildPublisherNames { get; }
Property Value
Type Description
ResourceNameList<ChildPublisherName>

Names

Required. Resource names of the [ChildPublisher][google.ads.admanager.v1.ChildPublisher]s that should be resent invitation emails. Format: networks/{network_code}/childPublisher/{child_publisher_id}

Declaration
public RepeatedField<string> Names { get; }
Property Value
Type Description
RepeatedField<string>

Parent

Required. Format: networks/{network_code}

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

ParentAsNetworkName

NetworkName-typed view over the Parent resource name property.

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