Class FetchMsComplianceMetadataResponse
Response message for GetMsComplianceMetadata
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class FetchMsComplianceMetadataResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsAssuredWorkload
The ms compliance metadata of the target project, if the project is an assured workloads project, values will be true, otherwise false.
Declaration
[JsonProperty("isAssuredWorkload")]
public virtual bool? IsAssuredWorkload { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |