Class WorkbookFunctionsUsdollarParameterSet

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

public class WorkbookFunctionsUsdollarParameterSet extends Object
The class for the Workbook Functions Usdollar 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

    • WorkbookFunctionsUsdollarParameterSet

      public WorkbookFunctionsUsdollarParameterSet()
      Instiaciates a new WorkbookFunctionsUsdollarParameterSet
    • WorkbookFunctionsUsdollarParameterSet

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