NetworkSitesResult
A result set of network sites for an integration.
type NetworkSitesResult {
blueprint: Blueprint
items: [InflatedNetworkSite]
total: Int
}
Fields
NetworkSitesResult.blueprint ● Blueprint object common
The related blueprint, if any.
NetworkSitesResult.items ● [InflatedNetworkSite] list object common
The network sites returned in the result.
NetworkSitesResult.total ● Int scalar common
The total number of matching network sites.
Member Of
Integration object