Class WorkbookFunctionsRandBetweenParameterSet

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

public class WorkbookFunctionsRandBetweenParameterSet extends Object
The class for the Workbook Functions Rand Between Parameter Set.
  • Field Details

    • bottom

      @SerializedName(value="bottom", alternate="Bottom") @Expose @Nullable public com.google.gson.JsonElement bottom
      The bottom.
    • top

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

    • WorkbookFunctionsRandBetweenParameterSet

      public WorkbookFunctionsRandBetweenParameterSet()
      Instiaciates a new WorkbookFunctionsRandBetweenParameterSet
    • WorkbookFunctionsRandBetweenParameterSet

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