Developer Connect v1 API - Class FetchSelfRequest (1.0.0-beta02)

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.

Inheritance

object > FetchSelfRequest

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

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