Show / Hide Table of Contents

Class BatchCreateCompaniesResponse

Response object for [BatchCreateCompanies][] method.

Inheritance
object
BatchCreateCompaniesResponse
Implements
IMessage<BatchCreateCompaniesResponse>
IEquatable<BatchCreateCompaniesResponse>
IDeepCloneable<BatchCreateCompaniesResponse>
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 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>
In this article
Back to top Generated by DocFX