Class BatchCreateCompaniesResponse
Response object for [BatchCreateCompanies][] method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateCompaniesResponse : IMessage<BatchCreateCompaniesResponse>, IEquatable<BatchCreateCompaniesResponse>, IDeepCloneable<BatchCreateCompaniesResponse>, IBufferMessage, IMessage
Constructors
BatchCreateCompaniesResponse()
Declaration
public BatchCreateCompaniesResponse()
BatchCreateCompaniesResponse(BatchCreateCompaniesResponse)
Declaration
public BatchCreateCompaniesResponse(BatchCreateCompaniesResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateCompaniesResponse | other |
Properties
Companies
The [Company][google.ads.admanager.v1.Company] objects created.
Declaration
public RepeatedField<Company> Companies { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Company> |