Show / Hide Table of Contents

Class DisableMlApplicationInstanceViewTriggerDetails

Payload for disable trigger action

Inheritance
object
DisableMlApplicationInstanceViewTriggerDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class DisableMlApplicationInstanceViewTriggerDetails

Properties

TriggerName

Declaration
[Required(ErrorMessage = "TriggerName is required.")]
[JsonProperty(PropertyName = "triggerName")]
public string TriggerName { get; set; }
Property Value
Type Description
string

Name of trigger

Remarks

Required

In this article
Back to top