Class WorkbookFunctionsError_TypeParameterSet

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

public class WorkbookFunctionsError_TypeParameterSet extends Object
The class for the Workbook Functions Error_Type Parameter Set.
  • Field Details

    • errorVal

      @SerializedName(value="errorVal", alternate="ErrorVal") @Expose @Nullable public com.google.gson.JsonElement errorVal
      The error Val.
  • Constructor Details

    • WorkbookFunctionsError_TypeParameterSet

      public WorkbookFunctionsError_TypeParameterSet()
      Instiaciates a new WorkbookFunctionsError_TypeParameterSet
    • WorkbookFunctionsError_TypeParameterSet

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