Show / Hide Table of Contents

Class ScheduledEvaluationRun

Represents a scheduled evaluation run configuration.

Inheritance
object
ScheduledEvaluationRun
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ScheduledEvaluationRun : IDirectResponseSchema

Properties

Active

Optional. Whether this config is active

Declaration
[JsonProperty("active")]
public virtual bool? Active { get; set; }
Property Value
Type Description
bool?

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Timestamp when the scheduled evaluation run was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

CreatedBy

Output only. The user who created the scheduled evaluation run.

Declaration
[JsonProperty("createdBy")]
public virtual string CreatedBy { get; set; }
Property Value
Type Description
string

Description

Optional. User-defined description of the scheduled evaluation run.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

Required. User-defined display name of the scheduled evaluation run config.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

LastCompletedRun

Output only. The last successful EvaluationRun of this scheduled execution. Format: projects/{project}/locations/{location}/apps/{app}/evaluationRuns/{evaluationRun}

Declaration
[JsonProperty("lastCompletedRun")]
public virtual string LastCompletedRun { get; set; }
Property Value
Type Description
string

LastUpdatedBy

Output only. The user who last updated the evaluation.

Declaration
[JsonProperty("lastUpdatedBy")]
public virtual string LastUpdatedBy { get; set; }
Property Value
Type Description
string

Name

Identifier. The unique identifier of the scheduled evaluation run config. Format: projects/{projectId}/locations/{locationId}/apps/{appId}/scheduledEvaluationRuns/{scheduledEvaluationRunId}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

NextScheduledExecutionTime

object representation of NextScheduledExecutionTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use NextScheduledExecutionTimeDateTimeOffset instead.")]
public virtual object NextScheduledExecutionTime { get; set; }
Property Value
Type Description
object

NextScheduledExecutionTimeDateTimeOffset

DateTimeOffset representation of NextScheduledExecutionTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? NextScheduledExecutionTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

NextScheduledExecutionTimeRaw

Output only. The next time this is scheduled to execute

Declaration
[JsonProperty("nextScheduledExecutionTime")]
public virtual string NextScheduledExecutionTimeRaw { get; set; }
Property Value
Type Description
string

Request

Required. The RunEvaluationRequest to schedule

Declaration
[JsonProperty("request")]
public virtual RunEvaluationRequest Request { get; set; }
Property Value
Type Description
RunEvaluationRequest

SchedulingConfig

Required. Configuration for the timing and frequency with which to execute the evaluations.

Declaration
[JsonProperty("schedulingConfig")]
public virtual ScheduledEvaluationRunSchedulingConfig SchedulingConfig { get; set; }
Property Value
Type Description
ScheduledEvaluationRunSchedulingConfig

TotalExecutions

Output only. The total number of times this run has been executed

Declaration
[JsonProperty("totalExecutions")]
public virtual int? TotalExecutions { get; set; }
Property Value
Type Description
int?

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. Timestamp when the evaluation was last updated.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX