Show / Hide Table of Contents

Class BatchUpdateSitesResponse

Response object for BatchUpdateSites method.

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

Constructors

BatchUpdateSitesResponse()

Declaration
public BatchUpdateSitesResponse()

BatchUpdateSitesResponse(BatchUpdateSitesResponse)

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

Properties

Sites

The Site objects updated.

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