Class WorkbookFunctionsZ_TestParameterSet

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

public class WorkbookFunctionsZ_TestParameterSet extends Object
The class for the Workbook Functions Z_Test Parameter Set.
  • Field Details

    • array

      @SerializedName(value="array", alternate="Array") @Expose @Nullable public com.google.gson.JsonElement array
      The array.
    • x

      @SerializedName(value="x", alternate="X") @Expose @Nullable public com.google.gson.JsonElement x
      The x.
    • sigma

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

    • WorkbookFunctionsZ_TestParameterSet

      public WorkbookFunctionsZ_TestParameterSet()
      Instiaciates a new WorkbookFunctionsZ_TestParameterSet
    • WorkbookFunctionsZ_TestParameterSet

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