Class ScriptListResult


  • public final class ScriptListResult
    extends Object
    The list Kusto database script operation response.
    • Constructor Detail

      • ScriptListResult

        public ScriptListResult()
    • Method Detail

      • value

        public List<ScriptInner> value()
        Get the value property: The list of Kusto scripts.
        Returns:
        the value value.
      • withValue

        public ScriptListResult withValue​(List<ScriptInner> value)
        Set the value property: The list of Kusto scripts.
        Parameters:
        value - the value value to set.
        Returns:
        the ScriptListResult object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.