Class BatchCreateSitesResponse
Response object for BatchCreateSites method.
Implements
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> |