query
public Dfareporting.DimensionValues.Query query(Long profileId,
                                                DimensionValueRequest content)
                                         throws IOException
Retrieves list of report dimension values for a list of filters.
 Create a request for the method "dimensionValues.query".
 This request holds the parameters needed by the dfareporting server.  After setting any optional
 parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
 
profileId - The Campaign Manager 360 user profile ID. 
content - the DimensionValueRequest 
- Returns:
 
- the request
 
- Throws:
 
IOException