Search Results for

    Show / Hide Table of Contents

    Class ExecutePainlessScriptResponse<TResult>

    Inheritance
    object
    ResponseBase
    ExecutePainlessScriptResponse<TResult>
    Implements
    IExecutePainlessScriptResponse<TResult>
    IResponse
    IOpenSearchResponse
    Inherited Members
    ResponseBase.ApiCall
    ResponseBase.DebugInformation
    ResponseBase.IsValid
    ResponseBase.OriginalException
    ResponseBase.ServerError
    ResponseBase.DebugIsValid(StringBuilder)
    ResponseBase.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class ExecutePainlessScriptResponse<TResult> : ResponseBase, IExecutePainlessScriptResponse<TResult>, IResponse, IOpenSearchResponse
    Type Parameters
    Name Description
    TResult

    Properties

    | Edit this page View Source

    Result

    Declaration
    [DataMember(Name = "result")]
    public TResult Result { get; set; }
    Property Value
    Type Description
    TResult

    Implements

    IExecutePainlessScriptResponse<TResult>
    IResponse
    IOpenSearchResponse

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Result
    • Implements
    • Extension Methods
    Back to top Generated by DocFX