Class CustomCheck
CustomCheck configures a third-party metric provider to run the analysis, via a Task that runs at a specified frequency.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class CustomCheck : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Frequency
Optional. The frequency at which the custom check will be run, with a minimum and default of 5 minutes.
Declaration
[JsonProperty("frequency")]
public virtual object Frequency { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Id
Required. The ID of the custom Analysis check.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Task
Required. The Task to be run for this custom check.
Declaration
[JsonProperty("task")]
public virtual Task Task { get; set; }
Property Value
| Type | Description |
|---|---|
| Task |