Class RestoreDomainRequest
RestoreDomainRequest is the request received by RestoreDomain rpc
Implements
Inherited Members
Namespace: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.Data
Assembly: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.dll
Syntax
public class RestoreDomainRequest : IDirectResponseSchema
Properties
BackupId
Required. ID of the backup to be restored
Declaration
[JsonProperty("backupId")]
public virtual string BackupId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |