Show / Hide Table of Contents

Class ScheduleHttpAction

this is HTTP action

Inheritance
object
ScheduleAction
ScheduleHttpAction
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 ScheduleHttpAction : ScheduleAction

Properties

ActionDetails

Declaration
[Required(ErrorMessage = "ActionDetails is required.")]
[JsonProperty(PropertyName = "actionDetails")]
public ScheduleHttpActionDetails ActionDetails { get; set; }
Property Value
Type Description
ScheduleHttpActionDetails
Remarks

Required

In this article
Back to top