Class WorkbookFunctionsLogNorm_InvParameterSet

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

public class WorkbookFunctionsLogNorm_InvParameterSet extends Object
The class for the Workbook Functions Log Norm_Inv Parameter Set.
  • Field Details

    • probability

      @SerializedName(value="probability", alternate="Probability") @Expose @Nullable public com.google.gson.JsonElement probability
      The probability.
    • 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

    • WorkbookFunctionsLogNorm_InvParameterSet

      public WorkbookFunctionsLogNorm_InvParameterSet()
      Instiaciates a new WorkbookFunctionsLogNorm_InvParameterSet
    • WorkbookFunctionsLogNorm_InvParameterSet

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