public sealed class DeleteScheduledEvaluationRunRequest : IMessage<DeleteScheduledEvaluationRunRequest>, IEquatable<DeleteScheduledEvaluationRunRequest>, IDeepCloneable<DeleteScheduledEvaluationRunRequest>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class DeleteScheduledEvaluationRunRequest.
Request message for [EvaluationService.DeleteScheduledEvaluationRun][google.cloud.ces.v1beta.EvaluationService.DeleteScheduledEvaluationRun].
Implements
IMessageDeleteScheduledEvaluationRunRequest, IEquatableDeleteScheduledEvaluationRunRequest, IDeepCloneableDeleteScheduledEvaluationRunRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
DeleteScheduledEvaluationRunRequest()
public DeleteScheduledEvaluationRunRequest()DeleteScheduledEvaluationRunRequest(DeleteScheduledEvaluationRunRequest)
public DeleteScheduledEvaluationRunRequest(DeleteScheduledEvaluationRunRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteScheduledEvaluationRunRequest |
Properties
Etag
public string Etag { get; set; }Optional. The etag of the ScheduledEvaluationRun. If provided, it must match the server's etag.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Required. The resource name of the scheduled evaluation run to delete.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ScheduledEvaluationRunName
public ScheduledEvaluationRunName ScheduledEvaluationRunName { get; set; }ScheduledEvaluationRunName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ScheduledEvaluationRunName |
|