Class TSubscriptionParameter

Unit

Declaration

type TSubscriptionParameter = class(TBackboneElement)

Description

The subscription resource describes a particular client's request to be notified about a SubscriptionTopic.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property value : string read Getvalue write Setvalue;
Public property valueElement : Tstring read GetvalueElement write SetvalueElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

Parameter name for information passed to the channel for notifications, for example in the case of a REST hook wanting to pass through an authorization header, the name would be Authorization.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property value : string read Getvalue write Setvalue;

Parameter value for information passed to the channel for notifications, for example in the case of a REST hook wanting to pass through an authorization header, the value would be `Bearer 0193...`.

Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
 

Generated by PasDoc 0.15.0.