Class SecurityRunHuntingQueryParameterSet

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

public class SecurityRunHuntingQueryParameterSet extends Object
The class for the Security Run Hunting Query Parameter Set.
  • Field Details

    • query

      @SerializedName(value="query", alternate="Query") @Expose @Nullable public String query
      The query.
  • Constructor Details

    • SecurityRunHuntingQueryParameterSet

      public SecurityRunHuntingQueryParameterSet()
      Instiaciates a new SecurityRunHuntingQueryParameterSet
    • SecurityRunHuntingQueryParameterSet

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