Class WorkbookFunctionsFvscheduleParameterSet

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

public class WorkbookFunctionsFvscheduleParameterSet extends Object
The class for the Workbook Functions Fvschedule Parameter Set.
  • Field Details

    • principal

      @SerializedName(value="principal", alternate="Principal") @Expose @Nullable public com.google.gson.JsonElement principal
      The principal.
    • schedule

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

    • WorkbookFunctionsFvscheduleParameterSet

      public WorkbookFunctionsFvscheduleParameterSet()
      Instiaciates a new WorkbookFunctionsFvscheduleParameterSet
    • WorkbookFunctionsFvscheduleParameterSet

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