populateGatewaysAndDevicesAndDeviceModelsWithFields static method

PopulatePlantQueryParameters populateGatewaysAndDevicesAndDeviceModelsWithFields(
  1. List<String> fields
)

Implementation

static PopulatePlantQueryParameters
    populateGatewaysAndDevicesAndDeviceModelsWithFields(
            List<String> fields) =>
        PopulatePlantQueryParameters._(
            'populate[gateways][populate][devices][populate][deviceModel][fields]',
            fields);