Skip to content

FilteredStreamRuleMeta_Summary

daneden edited this page Jan 22, 2022 · 1 revision

FilteredStreamRuleMeta.Summary

public struct Summary: Codable 

Inheritance

Codable

Properties

created

The number of filtered stream rules created as a result of this request

public let created: Int?

notCreated

The number of filtered stream rules not created as a result of this request

public let notCreated: Int?

deleted

The number of filtered stream rules deleted as a result of this request

public let deleted: Int?

notDeleted

The number of filtered stream rules not deleted as a result of this request

public let notDeleted: Int?
Types
Global Variables
Global Functions
Extensions

Clone this wiki locally