Class WorkbookFunctionsGamma_InvParameterSet

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

public class WorkbookFunctionsGamma_InvParameterSet extends Object
The class for the Workbook Functions Gamma_Inv Parameter Set.
  • Field Details

    • probability

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

      @SerializedName(value="alpha", alternate="Alpha") @Expose @Nullable public com.google.gson.JsonElement alpha
      The alpha.
    • beta

      @SerializedName(value="beta", alternate="Beta") @Expose @Nullable public com.google.gson.JsonElement beta
      The beta.
  • Constructor Details

    • WorkbookFunctionsGamma_InvParameterSet

      public WorkbookFunctionsGamma_InvParameterSet()
      Instiaciates a new WorkbookFunctionsGamma_InvParameterSet
    • WorkbookFunctionsGamma_InvParameterSet

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