@@ 13674-13688 (lines=15) @@ | ||
13671 | ''' |
|
13672 | :ivar SubscriptionId: |
|
13673 | :vartype SubscriptionId: UInt32 |
|
13674 | :ivar AvailableSequenceNumbers: |
|
13675 | :vartype AvailableSequenceNumbers: UInt32 |
|
13676 | :ivar MoreNotifications: |
|
13677 | :vartype MoreNotifications: Boolean |
|
13678 | :ivar NotificationMessage: |
|
13679 | :vartype NotificationMessage: NotificationMessage |
|
13680 | :ivar Results: |
|
13681 | :vartype Results: StatusCode |
|
13682 | :ivar DiagnosticInfos: |
|
13683 | :vartype DiagnosticInfos: DiagnosticInfo |
|
13684 | ''' |
|
13685 | ||
13686 | ua_types = { |
|
13687 | 'SubscriptionId': 'UInt32', |
|
13688 | 'AvailableSequenceNumbers': 'UInt32', |
|
13689 | 'MoreNotifications': 'Boolean', |
|
13690 | 'NotificationMessage': 'NotificationMessage', |
|
13691 | 'Results': 'StatusCode', |
|
@@ 8439-8452 (lines=14) @@ | ||
8436 | __repr__ = __str__ |
|
8437 | ||
8438 | ||
8439 | class QueryFirstResult(FrozenClass): |
|
8440 | ''' |
|
8441 | :ivar QueryDataSets: |
|
8442 | :vartype QueryDataSets: QueryDataSet |
|
8443 | :ivar ContinuationPoint: |
|
8444 | :vartype ContinuationPoint: ByteString |
|
8445 | :ivar ParsingResults: |
|
8446 | :vartype ParsingResults: ParsingResult |
|
8447 | :ivar DiagnosticInfos: |
|
8448 | :vartype DiagnosticInfos: DiagnosticInfo |
|
8449 | :ivar FilterResult: |
|
8450 | :vartype FilterResult: ContentFilterResult |
|
8451 | ''' |
|
8452 | ||
8453 | ua_types = { |
|
8454 | 'QueryDataSets': 'QueryDataSet', |
|
8455 | 'ContinuationPoint': 'ByteString', |