Show / Hide Table of Contents

Class BatchCreateSitesResponse

Response object for BatchCreateSites method.

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

Constructors

BatchCreateSitesResponse()

Declaration
public BatchCreateSitesResponse()

BatchCreateSitesResponse(BatchCreateSitesResponse)

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

Properties

Sites

The Site objects created.

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