Show / Hide Table of Contents

Class TaskDetailsResponse

An object that represents a task within the flow defined by the connector. An example task is a filter for error logs. For more information about flows defined by connectors, see Overview of Connector Hub. For configuration instructions, see Creating a Connector.

Inheritance
object
TaskDetailsResponse
FunctionTaskDetailsResponse
LogRuleTaskDetailsResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
[JsonConverter(typeof(TaskDetailsResponseModelConverter))]
public class TaskDetailsResponse

Properties

PrivateEndpointMetadata

Declaration
[JsonProperty(PropertyName = "privateEndpointMetadata")]
public PrivateEndpointMetadata PrivateEndpointMetadata { get; set; }
Property Value
Type Description
PrivateEndpointMetadata
In this article
Back to top