public sealed class FetchSelfRequest : IMessage<FetchSelfRequest>, IEquatable<FetchSelfRequest>, IDeepCloneable<FetchSelfRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Developer Connect v1 API class FetchSelfRequest.
Message for fetching a User of the user themselves.
Implements
IMessageFetchSelfRequest, IEquatableFetchSelfRequest, IDeepCloneableFetchSelfRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
FetchSelfRequest()
public FetchSelfRequest()
FetchSelfRequest(FetchSelfRequest)
public FetchSelfRequest(FetchSelfRequest other)
Parameter | |
---|---|
Name | Description |
other |
FetchSelfRequest |
Properties
AccountConnectorName
public AccountConnectorName AccountConnectorName { get; set; }
AccountConnectorName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AccountConnectorName |
Name
public string Name { get; set; }
Required. Name of the AccountConnector resource
Property Value | |
---|---|
Type | Description |
string |