Class Minutes
Used to schedule the query to run every so many minutes.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class Minutes : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Periodicity
Required. Number of minutes between runs. The interval must be greater than or equal to 5 minutes and less than or equal to 1440 minutes.
Declaration
[JsonProperty("periodicity")]
public virtual int? Periodicity { get; set; }
Property Value
Type | Description |
---|---|
int? |