Exemple #1
0
 /// <summary>
 /// Constructor sets up the default values, for things that can't be null.
 /// </summary>
 public OptionalValues()
 {
     this.dimensions     = null;
     this.filter         = null;
     this.sort           = null;
     this.segment        = null;
     this.sampleingLevel = DataResource.GaResource.GetRequest.SamplingLevelEnum.DEFAULT;
     this.maxResults     = 1000;
 }
 /// <summary>
 /// Constructor sets up the default values, for things that can't be null.
 /// </summary>
 public OptionalValues()
 {
     this.dimensions = null;
     this.filter = null;
     this.sort = null;
     this.segment = null;
     this.sampleingLevel = DataResource.GaResource.GetRequest.SamplingLevelEnum.DEFAULT;
     this.maxResults = 1000;
 }