Show / Hide Table of Contents

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.

Inheritance
object
Critical
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX