ListMeasurementProtocolSecretsResponse

Response message for ListMeasurementProtocolSecret RPC

JSON representation
{
  "measurementProtocolSecrets": [
    {
      object (MeasurementProtocolSecret)
    }
  ],
  "nextPageToken": string
}
Fields
measurementProtocolSecrets[]

object (MeasurementProtocolSecret)

A list of secrets for the parent stream specified in the request.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.