public sealed class UndeleteServiceAccountResponse : IMessage<UndeleteServiceAccountResponse>, IEquatable<UndeleteServiceAccountResponse>, IDeepCloneable<UndeleteServiceAccountResponse>, IBufferMessage, IMessage
Implements
IMessageUndeleteServiceAccountResponse, IEquatableUndeleteServiceAccountResponse, IDeepCloneableUndeleteServiceAccountResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.Admin.V1Assembly
Google.Cloud.Iam.Admin.V1.dll
Constructors
UndeleteServiceAccountResponse()
public UndeleteServiceAccountResponse()
UndeleteServiceAccountResponse(UndeleteServiceAccountResponse)
public UndeleteServiceAccountResponse(UndeleteServiceAccountResponse other)
Parameter | |
---|---|
Name | Description |
other | UndeleteServiceAccountResponse |
Properties
RestoredAccount
public ServiceAccount RestoredAccount { get; set; }
Metadata for the restored service account.
Property Value | |
---|---|
Type | Description |
ServiceAccount |