ApiOperationPropertiesDefinition Class

The api operations properties.

Inheritance
msrest.serialization.Model
ApiOperationPropertiesDefinition

Constructor

ApiOperationPropertiesDefinition(*, summary: str | None = None, description: str | None = None, visibility: str | None = None, trigger: str | None = None, trigger_hint: str | None = None, pageable: bool | None = None, annotation: ApiOperationAnnotation | None = None, api: ApiReference | None = None, inputs_definition: SwaggerSchema | None = None, responses_definition: Dict[str, SwaggerSchema] | None = None, is_webhook: bool | None = None, is_notification: bool | None = None, **kwargs)

Keyword-Only Parameters

Name Description
summary
str

The summary of the api operation.

description
str

The description of the api operation.

visibility
str

The visibility of the api operation.

trigger
str

The trigger type of api operation.

trigger_hint
str

The trigger hint for the api operation.

pageable

Indicates whether the api operation is pageable.

annotation

The annotation of api operation.

api

The api reference.

inputs_definition

The operation inputs definition schema.

responses_definition

The operation responses definition schemas.

is_webhook

Indicates whether the API operation is webhook or not.

is_notification

Indicates whether the API operation is notification or not.

Variables

Name Description
summary
str

The summary of the api operation.

description
str

The description of the api operation.

visibility
str

The visibility of the api operation.

trigger
str

The trigger type of api operation.

trigger_hint
str

The trigger hint for the api operation.

pageable

Indicates whether the api operation is pageable.

annotation

The annotation of api operation.

api

The api reference.

inputs_definition

The operation inputs definition schema.

responses_definition

The operation responses definition schemas.

is_webhook

Indicates whether the API operation is webhook or not.

is_notification

Indicates whether the API operation is notification or not.