interface CallMethodRequestOptions {
    inputArguments?: null | (null | VariantOptions)[];
    methodId?: null | NodeIdLike;
    objectId?: null | NodeIdLike;
}

Properties

inputArguments?: null | (null | VariantOptions)[]
methodId?: null | NodeIdLike
objectId?: null | NodeIdLike