Class WorkbookFunctionsStandardizeParameterSet

java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsStandardizeParameterSet

public class WorkbookFunctionsStandardizeParameterSet extends Object
The class for the Workbook Functions Standardize Parameter Set.
  • Field Details

    • x

      @SerializedName(value="x", alternate="X") @Expose @Nullable public com.google.gson.JsonElement x
      The x.
    • mean

      @SerializedName(value="mean", alternate="Mean") @Expose @Nullable public com.google.gson.JsonElement mean
      The mean.
    • standardDev

      @SerializedName(value="standardDev", alternate="StandardDev") @Expose @Nullable public com.google.gson.JsonElement standardDev
      The standard Dev.
  • Constructor Details

    • WorkbookFunctionsStandardizeParameterSet

      public WorkbookFunctionsStandardizeParameterSet()
      Instiaciates a new WorkbookFunctionsStandardizeParameterSet
    • WorkbookFunctionsStandardizeParameterSet

      protected WorkbookFunctionsStandardizeParameterSet(@Nonnull WorkbookFunctionsStandardizeParameterSet.WorkbookFunctionsStandardizeParameterSetBuilder builder)
      Instiaciates a new WorkbookFunctionsStandardizeParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details