Class BatchCreateAccessBindingsResponse
Response message for BatchCreateAccessBindings RPC.
Implements
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> |