Class WorkbookFunctionsT_Dist_RTParameterSet

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

public class WorkbookFunctionsT_Dist_RTParameterSet extends Object
The class for the Workbook Functions T_Dist_RTParameter 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_RTParameterSet

      public WorkbookFunctionsT_Dist_RTParameterSet()
      Instiaciates a new WorkbookFunctionsT_Dist_RTParameterSet
    • WorkbookFunctionsT_Dist_RTParameterSet

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