Class WorkbookFunctionsT_Dist_2TParameterSet

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

public class WorkbookFunctionsT_Dist_2TParameterSet extends Object
The class for the Workbook Functions T_Dist_2TParameter Set.
  • Field Details

    • x

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

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

    • WorkbookFunctionsT_Dist_2TParameterSet

      public WorkbookFunctionsT_Dist_2TParameterSet()
      Instiaciates a new WorkbookFunctionsT_Dist_2TParameterSet
    • WorkbookFunctionsT_Dist_2TParameterSet

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