Class UndeleteServiceAccountResponse (2.0.0)

public sealed class UndeleteServiceAccountResponse : IMessage<UndeleteServiceAccountResponse>, IEquatable<UndeleteServiceAccountResponse>, IDeepCloneable<UndeleteServiceAccountResponse>, IBufferMessage, IMessage

Inheritance

Object > UndeleteServiceAccountResponse

Namespace

Google.Cloud.Iam.Admin.V1

Assembly

Google.Cloud.Iam.Admin.V1.dll

Constructors

UndeleteServiceAccountResponse()

public UndeleteServiceAccountResponse()

UndeleteServiceAccountResponse(UndeleteServiceAccountResponse)

public UndeleteServiceAccountResponse(UndeleteServiceAccountResponse other)
Parameter
NameDescription
otherUndeleteServiceAccountResponse

Properties

RestoredAccount

public ServiceAccount RestoredAccount { get; set; }

Metadata for the restored service account.

Property Value
TypeDescription
ServiceAccount