Class Critical
Instances in this Channel will receive updates after all instances in Normal
were updated. They also will only
be updated outside of their peak hours.
Implements
Inherited Members
Namespace: Google.Apis.CCAIPlatform.v1alpha1.Data
Assembly: Google.Apis.CCAIPlatform.v1alpha1.dll
Syntax
public class Critical : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PeakHours
Required. Hours during which the instance should not be updated.
Declaration
[JsonProperty("peakHours")]
public virtual IList<WeeklySchedule> PeakHours { get; set; }
Property Value
Type | Description |
---|---|
IList<WeeklySchedule> |