public sealed class GetDomainRequest : IMessage<GetDomainRequest>, IEquatable<GetDomainRequest>, IDeepCloneable<GetDomainRequest>, IBufferMessage, IMessageRequest message for [GetDomain][google.cloud.managedidentities.v1.GetDomain]
Implements
IMessage<GetDomainRequest>, IEquatable<GetDomainRequest>, IDeepCloneable<GetDomainRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedIdentities.V1Assembly
Google.Cloud.ManagedIdentities.V1.dll
Constructors
GetDomainRequest()
public GetDomainRequest()GetDomainRequest(GetDomainRequest)
public GetDomainRequest(GetDomainRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetDomainRequest |
Properties
DomainName
public DomainName DomainName { get; set; }DomainName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DomainName |
|
Name
public string Name { get; set; }Required. The domain resource name using the form:
projects/{project_id}/locations/global/domains/{domain_name}
| Property Value | |
|---|---|
| Type | Description |
String |
|