Show / Hide Table of Contents

Class CallArgs

Base type for all call argument classes.

Inheritance
object
InputArgs
CallArgs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public abstract class CallArgs : InputArgs

Fields

View Source

Empty

Declaration
public static readonly CallArgs Empty
Field Value
Type Description
CallArgs
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.