Show / Hide Table of Contents

Class InvokeResponse

Inheritance
object
InvokeResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Experimental.Provider
Assembly: Pulumi.dll
Syntax
public sealed class InvokeResponse

Properties

View Source

Failures

Declaration
public IList<CheckFailure>? Failures { get; set; }
Property Value
Type Description
IList<CheckFailure>
View Source

Return

Declaration
public IDictionary<string, PropertyValue>? Return { get; set; }
Property Value
Type Description
IDictionary<string, PropertyValue>
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.