Class MaintenanceRecommendationInfo
Info associated with maintenance recommendation.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class MaintenanceRecommendationInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceMaintenanceSchedules
Optional. List of recommended maintenance schedules for the database resource.
Declaration
[JsonProperty("resourceMaintenanceSchedules")]
public virtual IList<ResourceMaintenanceSchedule> ResourceMaintenanceSchedules { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ResourceMaintenanceSchedule> |