Show / Hide Table of Contents

Class BatchGetAccessBindingsResponse

Response message for BatchGetAccessBindings RPC.

Inheritance
object
BatchGetAccessBindingsResponse
Implements
IMessage<BatchGetAccessBindingsResponse>
IEquatable<BatchGetAccessBindingsResponse>
IDeepCloneable<BatchGetAccessBindingsResponse>
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 BatchGetAccessBindingsResponse : IMessage<BatchGetAccessBindingsResponse>, IEquatable<BatchGetAccessBindingsResponse>, IDeepCloneable<BatchGetAccessBindingsResponse>, IBufferMessage, IMessage

Constructors

BatchGetAccessBindingsResponse()

Declaration
public BatchGetAccessBindingsResponse()

BatchGetAccessBindingsResponse(BatchGetAccessBindingsResponse)

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

Properties

AccessBindings

The requested access bindings.

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