LogicApiOperationProperties Class

Definition

The api operations properties.

public class LogicApiOperationProperties
type LogicApiOperationProperties = class
Public Class LogicApiOperationProperties
Inheritance
LogicApiOperationProperties

Constructors

LogicApiOperationProperties()

Initializes a new instance of LogicApiOperationProperties.

Properties

Annotation

The annotation of api operation.

Api

The api reference.

Description

The description of the api operation.

InputsDefinition

The operation inputs definition schema.

IsNotification

Indicates whether the API operation is notification or not.

IsPageable

Indicates whether the api operation is pageable.

IsWebhook

Indicates whether the API operation is webhook or not.

ResponsesDefinition

The operation responses definition schemas.

Summary

The summary of the api operation.

Trigger

The trigger type of api operation.

TriggerHint

The trigger hint for the api operation.

Visibility

The visibility of the api operation.

Applies to