OBJECT
SyslogExportRuleSummaryListResponse
Description
Supported in v5.1+
link GraphQL Schema definition
- type SyslogExportRuleSummaryListResponse {
- # Supported in v5.1+
- # List of matching objects.
- SyslogExportRuleSummary!]! : [
- # Supported in v5.1+
- # If there is more.
- Boolean :
- # Supported in v5.1+
- # Total list responses.
- Long :
- # Supported in v9.0+
- # v9.0: Cursor to fetch the next set of results.
- # v9.1+: Cursor to retrieve the next set of results.
- String :
- }