Class WorkbookFunctionsQuotientParameterSet

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

public class WorkbookFunctionsQuotientParameterSet extends Object
The class for the Workbook Functions Quotient Parameter Set.
  • Field Details

    • numerator

      @SerializedName(value="numerator", alternate="Numerator") @Expose @Nullable public com.google.gson.JsonElement numerator
      The numerator.
    • denominator

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

    • WorkbookFunctionsQuotientParameterSet

      public WorkbookFunctionsQuotientParameterSet()
      Instiaciates a new WorkbookFunctionsQuotientParameterSet
    • WorkbookFunctionsQuotientParameterSet

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