Class WorkbookFunctionsT_Inv_2TParameterSet

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

public class WorkbookFunctionsT_Inv_2TParameterSet extends Object
The class for the Workbook Functions T_Inv_2TParameter Set.
  • Field Details

    • probability

      @SerializedName(value="probability", alternate="Probability") @Expose @Nullable public com.google.gson.JsonElement probability
      The probability.
    • degFreedom

      @SerializedName(value="degFreedom", alternate="DegFreedom") @Expose @Nullable public com.google.gson.JsonElement degFreedom
      The deg Freedom.
  • Constructor Details

    • WorkbookFunctionsT_Inv_2TParameterSet

      public WorkbookFunctionsT_Inv_2TParameterSet()
      Instiaciates a new WorkbookFunctionsT_Inv_2TParameterSet
    • WorkbookFunctionsT_Inv_2TParameterSet

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