Class WorkbookFunctionsPdurationParameterSet

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

public class WorkbookFunctionsPdurationParameterSet extends Object
The class for the Workbook Functions Pduration Parameter Set.
  • Field Details

    • rate

      @SerializedName(value="rate", alternate="Rate") @Expose @Nullable public com.google.gson.JsonElement rate
      The rate.
    • pv

      @SerializedName(value="pv", alternate="Pv") @Expose @Nullable public com.google.gson.JsonElement pv
      The pv.
    • fv

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

    • WorkbookFunctionsPdurationParameterSet

      public WorkbookFunctionsPdurationParameterSet()
      Instiaciates a new WorkbookFunctionsPdurationParameterSet
    • WorkbookFunctionsPdurationParameterSet

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