Show / Hide Table of Contents

Class BatchCreateAccessBindingsResponse

Response message for BatchCreateAccessBindings RPC.

Inheritance
object
BatchCreateAccessBindingsResponse
Implements
IMessage<BatchCreateAccessBindingsResponse>
IEquatable<BatchCreateAccessBindingsResponse>
IDeepCloneable<BatchCreateAccessBindingsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class BatchCreateAccessBindingsResponse : IMessage<BatchCreateAccessBindingsResponse>, IEquatable<BatchCreateAccessBindingsResponse>, IDeepCloneable<BatchCreateAccessBindingsResponse>, IBufferMessage, IMessage

Constructors

BatchCreateAccessBindingsResponse()

Declaration
public BatchCreateAccessBindingsResponse()

BatchCreateAccessBindingsResponse(BatchCreateAccessBindingsResponse)

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

Properties

AccessBindings

The access bindings created.

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