Class WorkbookFunctionsDollarParameterSet

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

public class WorkbookFunctionsDollarParameterSet extends Object
The class for the Workbook Functions Dollar Parameter Set.
  • Field Details

    • number

      @SerializedName(value="number", alternate="Number") @Expose @Nullable public com.google.gson.JsonElement number
      The number.
    • decimals

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

    • WorkbookFunctionsDollarParameterSet

      public WorkbookFunctionsDollarParameterSet()
      Instiaciates a new WorkbookFunctionsDollarParameterSet
    • WorkbookFunctionsDollarParameterSet

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